summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Very preliminary pcic device support. Will make depend, but won'timp1999-10-261-2/+2
* Here's the config file that I'm starting with for the port of theimp1999-10-261-0/+226
* Make it compile inthe NETGRAPH case.julian1999-10-251-1/+1
* Make release is now falling over in if_fe.c due to Warner's pccard changes:wpaul1999-10-251-0/+3
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-254-0/+20
* Massive rewrite of pccard to convert it to newbus.imp1999-10-255-2/+10
* Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensionsalc1999-10-241-2/+2
* Adjust the buffer cache to better handle small-memory machines. Adillon1999-10-241-1/+1
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-232-0/+2
* From: src/sys/i386/conf/PCCARDn_hibma1999-10-221-2/+2
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-211-1/+1
* Resurrect the aic driver.luoqi1999-10-212-4/+8
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-216-46/+1273
* Remove pccard attachment stub, this caused pccard unit 0 to be allocatedpeter1999-10-192-10/+0
* 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
OpenPOWER on IntegriCloud