aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-2635-3/+12155
* Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)Nick Hibma1998-11-261-5/+1
* Staticize some more.Eivind Eklund1998-11-268-30/+30
* Staticize.Eivind Eklund1998-11-2612-33/+33
* Fixed the previous fix - stathz doesn't give the statclock frequencyBruce Evans1998-11-261-5/+6
* Oops, yet again back out some local changes that shouldn't have beenBruce Evans1998-11-261-5/+5
* Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz.Bruce Evans1998-11-261-8/+8
* Sync with sys/i386/boot/netboot/Makefile revision 1.20.KATO Takenori1998-11-261-9/+12
* Make netboot work again. All this depends on the object format beingJoerg Wunsch1998-11-261-10/+13
* ...nor does this old TDC3620 like to be asked for compression.Joerg Wunsch1998-11-261-1/+5
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.Paul Richards1998-11-264-18/+68
* Despite what people may think the Am79C970 returns the chip id of an Am79C965.Paul Richards1998-11-262-4/+4
* o Patch, slightly altered, from Graham Menhennitt for older aha 1542BWarner Losh1998-11-251-6/+15
* This old firmware of the TDC3620 hangs the SCSI bus upon serialJoerg Wunsch1998-11-251-1/+12
* Reorder entries of ed drivers. Many NICs can be automaticallyKATO Takenori1998-11-252-10/+10
* Cosmetic change.KATO Takenori1998-11-252-14/+12
* Port top to the alpha.Doug Rabson1998-11-251-1/+3
* Add missing splvm protection around unqueue call. Without this, the pageDavid Greenman1998-11-251-4/+4
* Move the declaration of PPro_vmtrr from the header file to pmap.c,Eivind Eklund1998-11-244-8/+20
* Whoops - wrong copy of files, so all wasn't converted. Rest of perl -> perl5Eivind Eklund1998-11-241-6/+6
* perl -> perl5, to allow to compile on older boxes with perl5 installed (butEivind Eklund1998-11-241-4/+4
* Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRBruce Evans1998-11-235-52/+88
* Make timecounters more resistant to badly behaved SW/HW which locksPoul-Henning Kamp1998-11-236-24/+65
* Add a kludge to prevent panicing when using VM86 and hitting hereSøren Schmidt1998-11-232-4/+4
* Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.Bruce Evans1998-11-231-1/+2
* Sync with sys/i386/isa/sio.c revision up to 1.218.KATO Takenori1998-11-232-134/+4
* Sync with sys/i386/boot/biosboot/Makefile revision 1.67.KATO Takenori1998-11-231-4/+4
* Change the delivery mechanism for incoming target commands. We nowJustin T. Gibbs1998-11-234-83/+99
* We can't call fsetown() from sonewconn() because sonewconn() is be calledDon Lewis1998-11-233-5/+5
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneKenneth D. Merry1998-11-225-19/+46
* Remove broken and useless intr interface.Nicolas Souchu1998-11-224-10/+6
* Reduce i/o overheads by not preserving the channel access register inBruce Evans1998-11-223-339/+390
* Oops, I forgot to update this file when I changed moused recently.Kazutaka YOKOTA1998-11-221-1/+3
* Deleted the workaround for lockup of certain (hopefully no longer used)Bruce Evans1998-11-221-51/+1
* Fixed a comment in code that will soon go away.Bruce Evans1998-11-221-3/+3
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesBruce Evans1998-11-222-4/+4
* Fixed some missing cases in the check for ioctls that involve modification.Bruce Evans1998-11-221-8/+25
* Drop use of BIOS int 0x14 services in favor of direct port I/O.Robert Nordier1998-11-221-37/+48
* add -aout key to cc, size, strip - it not work for elf systemAndrey A. Chernov1998-11-211-4/+4
* Eliminate compiler warning.Archie Cobbs1998-11-213-6/+6
* Eliminate some ompiler warnings.Archie Cobbs1998-11-211-4/+4
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-2110-22/+40
* Add missing return statement to rl_phy_writereg(). This bug didn't actuallyBill Paul1998-11-201-2/+3
* - Added some configuration flags as workaround for not-so-compatibleKazutaka YOKOTA1998-11-201-50/+86
* - Added support for Genius Kidspad tablet.Kazutaka YOKOTA1998-11-202-2/+6
* Fix misallocation of buffer bug (too short)Archie Cobbs1998-11-201-1/+1
* This fixes a bug in the bcache code whereby false cache hits occurPaul Richards1998-11-191-2/+4
* Fix a couple of typos.John Polstra1998-11-191-3/+3
* Fixed a null pointer panic in spc_free(). swap_pager_putpages()Bruce Evans1998-11-191-7/+9
* Fix things so that pci interrupts can be registered correctly on apecsDoug Rabson1998-11-182-8/+17