summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.yokota2000-02-164-4/+4
* Add userconfig entries for the new atapi devices.jkh2000-02-151-0/+2
* Add comments about 12160 options.mjacob2000-02-152-8/+16
* Fix is_splxxx() warnings when not compiled with INVARIANT_SUPPORT.peter2000-02-141-16/+14
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-134-0/+4
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-133-26/+9
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-094-28/+88
* Add PCI Id's for i810 chipsets.n_hibma2000-02-074-0/+36
* Correctly handle suspend and resume in APM.n_hibma2000-02-062-28/+26
* Clean up POSIX options, syncronize generics.jkh2000-02-041-2/+1
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.wpaul2000-02-023-1/+71
* Avoid passing an uninitialized structure member to the realnsayer2000-02-011-0/+1
* da0 -> dan_hibma2000-02-011-1/+1
* Fixed longstanding brokenness of wddump() in LBA mode. LBA mode may nowbde2000-01-301-20/+21
* Remove 'conflicts' token - it has been effectively doing absolutelypeter2000-01-293-3/+3
* Zap isa_device -> id_conflicts. The sole user of it (userconfig) neverpeter2000-01-292-20/+4
* Add some more comments about sound card bridge devices and theirpeter2000-01-292-8/+26
* Allow the pnp and pci cards to be attached with just a 'device pcm' inpeter2000-01-292-54/+46
* Remove (commented out and marked as broken) pseudo-device tb. This waspeter2000-01-292-8/+0
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-2913-44/+0
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-298-34/+0
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-291-0/+1
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-9/+2
* Add ip6fw.shin2000-01-292-0/+8
* Remove a workaround for a gas bug. It couldn't assemble a certainpeter2000-01-291-3/+1
* Regen after pointing to the real setres[ug]id(). Remove dummy function.peter2000-01-294-21/+11
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'speter2000-01-291-4/+4
* Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium IIIkato2000-01-291-11/+4
* Don't permit generation of non-physical disk addresses.bde2000-01-281-0/+8
* Mitigate the stream.c attacksimp2000-01-281-0/+1
* Completely remove ATA_16BIT_ONLY, since this is done automaticallyasmodai2000-01-272-6/+0
* Removed ATA_STATIC_ID and ATA_16BIT_ONLY from the undocumentedasmodai2000-01-272-4/+0
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-271-1/+1
* Correctly initialise the available IRQ numbers in the APIC_IO case.msmith2000-01-262-18/+24
* The ppc driver has moved to sys/isa.dfr2000-01-252-2235/+0
* Convert pca driver to newbus and add PnP ids.dfr2000-01-252-24/+35
* Use device_printf() instead of device_print_prettyname().dfr2000-01-251-10/+9
* Fix left over references to things like 'ata0' in comments.peter2000-01-252-6/+6
* Remove i8042.h. This file is an improvement on its successors, but itbde2000-01-251-27/+0
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-251-5/+9
* Copy i386/isa/atapi-cd.[ch] to a new name so that it doesn't have thepeter2000-01-246-1855/+24
* Update to driver 2.07roger2000-01-241-1/+2
* Remove a bunch of no-op "port ?" and "irq ?" declarations.peter2000-01-243-43/+43
* Remove old specialix pre-newbus specialix driver. It lives on inpeter2000-01-245-6916/+0
* Removed assignment to an "unused" variable that was removed in thebde2000-01-241-4/+2
* Remove isa compat shims for si.peter2000-01-241-5/+0
* Removed bogus quotes and unmangled related contractions.bde2000-01-242-6/+6
* Sync NEWCARD a bit with GENERIC. Remove trailing '0' on unwired devices.peter2000-01-231-64/+61
* Some formatting cleanups and remove comments about numbers of units thatpeter2000-01-231-8/+5
OpenPOWER on IntegriCloud