1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/i386
Paul Traina f3a4ca94cd Add support for /very/ experimental -e (exposure) option.
Add support for LKM operation.

Change M_NOWAIT on buffer memory allocation to M_WAIT in hopes we'll be
able to get ourselves a nice fat buffer from the kernel if we suspend.

Note: The LKM support looks kinda screwy in two areas, where I found
      problems with the kernel proper.  First, calling dev_attach()
      at module load time will cause a panic.  I haven't investigated.
      Secondly, I had to manually call qcam_drvinit() to register the
      device softc structure by hand at module load time.  This seems
      bogus,  it should be called as a core part of the module load
      process for character/block device drivers.
1996-03-21 08:22:59 +00:00
..
apm Add some comments on the APM specs, and make the APM 'idle/busy' 1996-03-19 16:56:56 +00:00
bios Add some comments on the APM specs, and make the APM 'idle/busy' 1996-03-19 16:56:56 +00:00
boot Saved 14 bytes by avoiding gas braindamage and 8 bytes by better 1996-03-08 07:27:52 +00:00
conf Add vx0 device to GENERIC. Yes, I know that this bloats GENERIC, but 1996-03-20 10:42:56 +00:00
eisa aha1742.c: 1996-03-10 07:04:27 +00:00
i386 Always enable interrupts before calling the APM idle/busy routines. 1996-03-19 04:40:03 +00:00
ibcs2 Remove references to MAP_FILE.. That is now "default" and is only 1996-03-12 06:20:19 +00:00
include Add support for /very/ experimental -e (exposure) option. 1996-03-21 08:19:10 +00:00
isa Add support for /very/ experimental -e (exposure) option. 1996-03-21 08:22:59 +00:00
linux Fixed unsigned longs that should have been vm_offset_t. 1996-03-19 15:03:00 +00:00
pci recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
scsi Disable the selection hardware before acknowledging a SELTO interrupt. 1996-03-11 02:48:41 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00