aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add support for the PCI version of the Digi SYNC/570i cards.John Hay1999-10-172-175/+494
* - Convert this driver to newbus.Matthew N. Dodd1999-10-162-520/+754
* Convert the mx driver to miibus.Bill Paul1999-10-161-1/+1
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...Tor Egge1999-10-153-21/+0
* Reorganize the attachement point for pcic (it was unattached andWarner Losh1999-10-153-10/+10
* Acutally our style is "options\x20\x09".David E. O'Brien1999-10-151-4/+4
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itMatthew N. Dodd1999-10-151-0/+2
* * Implement bus_set/get/delete_resource for pci.Doug Rabson1999-10-141-2/+1
* Add PNPBIOS option.Doug Rabson1999-10-141-0/+3
* * Add some verbose logging to the PnP parser and fix a couple of bugs.Doug Rabson1999-10-141-25/+48
* Recognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID =KATO Takenori1999-10-141-2/+2
* Like it or not, we use ^I's not 0x20 to align things in this file.David E. O'Brien1999-10-141-5/+5
* Fix a security bug. eflags was copied verbatim from userland.Marcel Moolenaar1999-10-131-1/+2
* Enable MTRR support for K7 (Athlon) processors, which happens to have theBrian Feldman1999-10-121-3/+4
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-122-26/+38
* Fix APM's make_devs:Nick Sayer1999-10-122-2/+4
* Now that userland, including modules don't use the osig* syscallsMarcel Moolenaar1999-10-121-0/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-1111-92/+88
* remove unused #includesPoul-Henning Kamp1999-10-111-1/+0
* Hid silly unknown board types message behind if (bootverbose). ThisWarner Losh1999-10-111-1/+2
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.Peter Wemm1999-10-111-0/+2
* Trim some unused #includesPeter Wemm1999-10-116-10/+2
* Zap unneeded #include (found by phk)Peter Wemm1999-10-111-6/+0
* Zap unneeded #includesPeter Wemm1999-10-1115-36/+4
* Delete unneeded #includePeter Wemm1999-10-111-2/+0
* Don't try and build IPFILTER in LINT.Peter Wemm1999-10-102-8/+0
* Avoid using the osig* syscalls.Marcel Moolenaar1999-10-101-21/+28
* Remove old copies. These files now live in src/sys/dev/buslogicMatthew N. Dodd1999-10-091-348/+0
* - Point the right bits at the new location of the bus front ends.Matthew N. Dodd1999-10-091-1/+0
* Remove these files as they now live in sys/dev/dpt/Matthew N. Dodd1999-10-092-327/+0
* Remove the DPT EISA driver entry.Matthew N. Dodd1999-10-091-1/+0
* Zap cdevsw_add() - the make_dev's take care of it and don't usePeter Wemm1999-10-081-10/+0
* Zap these defucnt files before anyone things about trying to merge them.Peter Wemm1999-10-081-18/+0
* Simplification of the signal trampoline and other cleanups.Marcel Moolenaar1999-10-077-68/+67
* Connect the 'amr' and 'mlx' drivers. They can be built as modules orMike Smith1999-10-072-0/+14
* Re-synchronise the alpha major numbers list with the i386 list.Mike Smith1999-10-071-2/+8
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andJohn Hay1999-10-061-1/+1
* - Remove cdevsw_add().Kazutaka YOKOTA1999-10-061-3/+0
* - Remove cdevsw_add().Kazutaka YOKOTA1999-10-061-4/+5
* Add $FreeBSD$.Poul-Henning Kamp1999-10-061-7/+6
* Removal of sys/device.hNick Hibma1999-10-051-1/+1
* Re-introduction of sigcontext.Marcel Moolenaar1999-10-044-39/+78
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherPeter Wemm1999-10-041-19/+38
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/Peter Wemm1999-10-041-1/+1
* Fix style bug: order includesMarcel Moolenaar1999-10-041-1/+1
* Remove unused B_FORMAT #definePoul-Henning Kamp1999-10-041-3/+0
* Allow compilation with older versions of GCC, in order to make it possibleEivind Eklund1999-10-031-0/+23
* Reinstate the 4th argument to old signal handlers. Don't set itMarcel Moolenaar1999-10-031-2/+2
* Fix style bugs caused by using the wrong file to copy from. That oneMarcel Moolenaar1999-10-031-4/+12
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in theBruce Evans1999-10-033-2/+20