summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop 'at ppbus?' and the trailing '0' from the ppbus children.peter2000-01-233-22/+20
* I missed some trailing digits in a comment.peter2000-01-232-6/+6
* Update GENERIC/LINT to leave out the useless digit at the end of pcipeter2000-01-233-280/+270
* Clean up some more loose ends..peter2000-01-234-9/+2
* GC isa_device->id_reconfig - it's not referenced anywhere anymore.peter2000-01-233-11/+1
* Add the two wireless pccard nics.imp2000-01-231-2/+2
* Allow if_ef driver to be compiled into kernel.bp2000-01-232-0/+16
* updated commentswilko2000-01-211-2/+2
* Remove definition of the unimplemented "control" hook.archie2000-01-214-6/+2
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-1/+4
* Fix an #ifdef that should have been and #ifndef.archie2000-01-201-1/+1
* Import simple driver for a parallel port radio clock which receivesjkh2000-01-192-0/+6
* Cast rman_get_virtual() to a vm_offset_t.billf2000-01-182-2/+2
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machinealfred2000-01-182-2/+2
* Enable POSIX P1003_1B extentions by default; there's no reason I can seejkh2000-01-181-0/+3
OpenPOWER on IntegriCloud