Search Results

Search: Posts Made By: Alex_T
Forum: Programming 08-09-2002
1,924
Posted By Alex_T
Re: Increase Device Driver Major No in SunOs 5.8
Hi,
try add major value in files.i386 (in "conf" directory for freeBSD)
Forum: Programming 07-31-2002
5,146
Posted By Alex_T
freeBSD device driver (use struct uio)
Hi, everybody

I have next problem...

1) My Example program code
void main()
{
int fd;
int len;
int buf[256];
fd=open("mydev", O_RDONLY);
lseek(fd, 0, SEEK_SET);
len=read(fd, buf,...
Forum: Programming 05-17-2002
6,169
Posted By Alex_T
PCI device probe and find
:confused:
Hi, everybody.

Pleeeeese HLP!!!

I write PCI device driver for bridge controller PCI-VME bus in freeBSD 2.2.
And firs run function probe():

static char* probe(tag, type).
...
Forum: Programming 02-28-2002
7,822
Posted By Alex_T
Ok
Ok
Forum: Programming 02-15-2002
7,822
Posted By Alex_T
Physical Memory
Hi,
My problem is next....
How can I work with physical memory in the Unix FreeBSD 2.2 or hight?
What is the "mem" & "kmem" drivers?

P.S./ writing device driver for UNIX FreeBSD 2.2 :D
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 08:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy