summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add support for the PCI version of the Digi SYNC/570i cards.jhay1999-10-172-175/+494
* - Convert this driver to newbus.mdodd1999-10-162-520/+754
* Convert the mx driver to miibus.wpaul1999-10-161-1/+1
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...tegge1999-10-153-21/+0
* Reorganize the attachement point for pcic (it was unattached andimp1999-10-153-10/+10
* Acutally our style is "options\x20\x09".obrien1999-10-151-4/+4
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-151-0/+2
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-2/+1
* Add PNPBIOS option.dfr1999-10-141-0/+3
* * Add some verbose logging to the PnP parser and fix a couple of bugs.dfr1999-10-141-25/+48
* Recognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID =kato1999-10-141-2/+2
* Like it or not, we use ^I's not 0x20 to align things in this file.obrien1999-10-141-5/+5
* Fix a security bug. eflags was copied verbatim from userland.marcel1999-10-131-1/+2
* Enable MTRR support for K7 (Athlon) processors, which happens to have thegreen1999-10-121-3/+4
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-122-26/+38
* Fix APM's make_devs:nsayer1999-10-122-2/+4
* Now that userland, including modules don't use the osig* syscallsmarcel1999-10-121-0/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-1111-92/+88
* remove unused #includesphk1999-10-111-1/+0
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-111-1/+2
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-111-0/+2
* Trim some unused #includespeter1999-10-116-10/+2
* Zap unneeded #include (found by phk)peter1999-10-111-6/+0
* Zap unneeded #includespeter1999-10-1115-36/+4
* Delete unneeded #includepeter1999-10-111-2/+0
* Don't try and build IPFILTER in LINT.peter1999-10-102-8/+0
* Avoid using the osig* syscalls.marcel1999-10-101-21/+28
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-091-348/+0
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-091-1/+0
* Remove these files as they now live in sys/dev/dpt/mdodd1999-10-092-327/+0
* Remove the DPT EISA driver entry.mdodd1999-10-091-1/+0
* Zap cdevsw_add() - the make_dev's take care of it and don't usepeter1999-10-081-10/+0
* Zap these defucnt files before anyone things about trying to merge them.peter1999-10-081-18/+0
* Simplification of the signal trampoline and other cleanups.marcel1999-10-077-68/+67
* Connect the 'amr' and 'mlx' drivers. They can be built as modules ormsmith1999-10-072-0/+14
* Re-synchronise the alpha major numbers list with the i386 list.msmith1999-10-071-2/+8
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andjhay1999-10-061-1/+1
* - Remove cdevsw_add().yokota1999-10-061-3/+0
* - Remove cdevsw_add().yokota1999-10-061-4/+5
* Add $FreeBSD$.phk1999-10-061-7/+6
* Removal of sys/device.hn_hibma1999-10-051-1/+1
* Re-introduction of sigcontext.marcel1999-10-044-39/+78
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherpeter1999-10-041-19/+38
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/peter1999-10-041-1/+1
* Fix style bug: order includesmarcel1999-10-041-1/+1
* Remove unused B_FORMAT #definephk1999-10-041-3/+0
* Allow compilation with older versions of GCC, in order to make it possibleeivind1999-10-031-0/+23
* Reinstate the 4th argument to old signal handlers. Don't set itmarcel1999-10-031-2/+2
* Fix style bugs caused by using the wrong file to copy from. That onemarcel1999-10-031-4/+12
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-033-2/+20
OpenPOWER on IntegriCloud