summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-271-1/+8
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-263-6/+51
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-1/+20
* Staticize.eivind1998-11-264-12/+12
* Make netboot work again. All this depends on the object format beingjoerg1998-11-261-10/+13
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.paul1998-11-262-9/+34
* Despite what people may think the Am79C970 returns the chip id of an Am79C965.paul1998-11-261-2/+2
* Move the declaration of PPro_vmtrr from the header file to pmap.c,eivind1998-11-242-4/+10
* Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRbde1998-11-232-22/+40
* Make timecounters more resistant to badly behaved SW/HW which locksphk1998-11-232-2/+18
* Reduce i/o overheads by not preserving the channel access register inbde1998-11-221-113/+130
* Deleted the workaround for lockup of certain (hopefully no longer used)bde1998-11-221-51/+1
* Fixed a comment in code that will soon go away.bde1998-11-221-3/+3
* add -aout key to cc, size, strip - it not work for elf systemache1998-11-211-4/+4
* Eliminate compiler warning.archie1998-11-212-4/+4
* Eliminate some ompiler warnings.archie1998-11-211-4/+4
* - Added some configuration flags as workaround for not-so-compatibleyokota1998-11-201-52/+88
* - Added support for Genius Kidspad tablet.yokota1998-11-201-1/+3
* Fix ROOL UP/DOWN keys of PC-98.kato1998-11-181-3/+3
* Make it possible to adjust the IDE probe delay from kernel config files.eivind1998-11-154-4/+26
* Depend on __FreeBSD_version instead of __FreeBSD__eivind1998-11-151-7/+7
* * Change 'struct resource' to 'struct config_resource'.dfr1998-11-151-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-153-12/+6
* Fixed the bug that caused negative busycounts in devstat. Thebde1998-11-151-6/+6
* Add a missing newlineluigi1998-11-141-1/+1
* Remove `amd', `nca' SCSI devices to match Mike's LINT commit.obrien1998-11-121-6/+2
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-122-2/+77
* Remove all mention of the 'amd' driver. It can come back if we growmsmith1998-11-112-16/+2
* Argh, I don't know how I managed this, but it would help to actuallypeter1998-11-111-2/+2
* Add entry for AOpen AW37luigi1998-11-101-0/+6
* kzipboot uses kern/inflate.c outside the kernel by providing its ownpeter1998-11-101-4/+2
* Fix probes when a port address is specified.gibbs1998-11-103-48/+21
* * Fix a couple of places in the device pager where an address wasdfr1998-11-085-7/+7
* Missing newline at end of file causes syntax error.peter1998-11-082-4/+4
* Enable 686 class optimisations for all 686-class processors, not just themsmith1998-11-081-7/+7
* Don't define the module glue if building as an LKM, this happens to havepeter1998-11-071-1/+3
* USERCONFIG_BOOT -> INTRO_USERCONFIGmsmith1998-11-062-6/+6
* Create an 'ibcs2' module so that scripts can tell if it's staticallypeter1998-11-061-1/+20
* make lnc0 definition in LINT match GENERICobrien1998-11-062-4/+4
* add AMD Am7990 & Am79C960 to description of lnc(4)obrien1998-11-062-4/+4
* Document the new NSFBUFS option.dg1998-11-052-2/+16
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
* Make a.out kernels kld compatable by default...peter1998-11-041-10/+2
* Remove stray(?) debugging printf's and cngetc()'s that freeze boot severalpeter1998-11-041-8/+2
* Remove an error message from sb interrupt driver -- itluigi1998-11-041-8/+0
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-034-12/+12
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-034-12/+12
* Remove USERCONFIG_BOOT, add INTRO_USERCONFIGmsmith1998-11-031-2/+2
* Remove the USERCONFIG_BOOT option. Userconfig script data is searchedmsmith1998-11-033-65/+115
* Don't update the screen while the cursor shape is being changedyokota1998-11-031-1/+5
OpenPOWER on IntegriCloud