summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-138-28/+43
* Implement BUS_{GET,SET,DELETE}_RESOURCE methods.mdodd2000-01-131-2/+44
* Correctly test CF.mdodd2000-01-132-2/+2
* Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011)peter2000-01-131-2/+4
* Add a few devices IDs and clarify the SiS 85c496 entry.mdodd2000-01-131-1/+9
* Because cylinder group blocks are now written in background,mckusick2000-01-132-6/+26
* A panic occurs during an fsync when a dirty block associated withmckusick2000-01-132-8/+14
* Remove the 'at isa? ...' bits for ex0.mdodd2000-01-137-15/+7
* Cosmetic cleanups.mdodd2000-01-132-68/+46
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-132-44/+118
* When I converted this driver to newbus I also cleaned up the codemdodd2000-01-132-100/+102
* Stop the recurring feeling of deja vuimp2000-01-131-1/+2
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have thecg2000-01-131-0/+6
* be less verbosecg2000-01-131-3/+5
* add a comment for some possible? IPv4 option processing.shin2000-01-132-0/+2
* removed incorrect ip6 length setting for IPv6 tcp reset packet.shin2000-01-132-2/+0
* removed an ours case which think a packet destined to loopback interfaceshin2000-01-131-5/+1
* added missing IPV6_PORTRANGE case.shin2000-01-131-0/+1
* remove unnecessary "$ifdef INET6"shin2000-01-131-2/+0
* add entries for several DEC PCI-PCI bridges & the Cypress PCI-ISA bridge foundgallatin2000-01-131-2/+20
* Make this compile on alphagallatin2000-01-132-2/+2
* Reintroduce the dc_coal() workaround routine for coalescing outboundwpaul2000-01-122-2/+86
* Remove a stray splx(s) call. This fixes the compiler warning.mdodd2000-01-121-1/+0
* Apply the same netisr mechanism to transmissions as well. In order towpaul2000-01-124-7/+58
* Seconds to ticks conversion was done at the wrong place.luoqi2000-01-121-2/+2
* Merge from sys/conf/files.i386 revision 1.296.nyan2000-01-121-1/+0
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-126-27/+49
* Add support for detection of the ESS 1878 chip.deischen2000-01-121-0/+1
* Speedup if_start routine a little. TX threshold logic needs some moremdodd2000-01-122-10/+26
* Fix the performance problems I caused by setting ifq_maxlen to 8.mdodd2000-01-121-1/+1
* Sort.obrien2000-01-124-2/+6
* Correctly set the data length when transmitting 802.3 frames (we need towpaul2000-01-122-6/+4
* Add opt_ukbd.h.yokota2000-01-121-2/+5
* Straighten out the logic in kue_setmulti() a little (the case where wewpaul2000-01-111-6/+5
* Add $FreeBSD$peter2000-01-114-8/+10
* Aiee! I committed the wrong conf/files. Replace the changes for newppbuspeter2000-01-111-15/+0
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-1114-76/+87
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-115-24/+22
* Unused file. This (NetBSD derived) file was obsoleted by kld.peter2000-01-111-381/+0
* Fix a typo in the db_kld.c file - it's kld support not raw a.out support.peter2000-01-112-4/+15
* exclude chips with subdevices specified on a list of non-ac97 chipscg2000-01-111-2/+24
* The only known cause of this panic is running out of disk space.mckusick2000-01-111-3/+13
* We cannot proceed to free the blocks of the file until the dependenciesmckusick2000-01-112-58/+64
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-107-45/+180
* Add an extra debugging message.n_hibma2000-01-101-1/+4
* Add Sun keyboard and NetChipn_hibma2000-01-101-0/+10
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-105-4/+62
* Update the syscalls to Linux kernel 2.3.38.marcel2000-01-102-0/+14
* Add a comment to hopefully prevent more bugs like kern/8596.archie2000-01-101-0/+2
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.ru2000-01-101-0/+1
OpenPOWER on IntegriCloud