summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the last commit. >> 4 instead of >> 8. *bap*mdodd2000-01-231-6/+6
* Add the ID for the 3c509-TPC.mdodd2000-01-231-0/+12
* The pointer of the serial FIFO in the DSP seems to make an errortanimura2000-01-231-3/+22
* Add the two wireless pccard nics.imp2000-01-232-4/+4
* Allow if_ef driver to be compiled into kernel.bp2000-01-237-18/+39
* Correctly put the place to mark EOP where we actually do the packetmjacob2000-01-231-9/+9
* add PREVIOUS index macro for transmit sidemjacob2000-01-231-0/+1
* Remove some debugging code, replace one line that had spaces with tabs,mjacob2000-01-231-46/+3
* Get rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructuremjacob2000-01-231-68/+131
* Support INET6, NETATALK and IPX as well as INET.brian2000-01-231-1/+11
* Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEADbrian2000-01-233-39/+140
* Add a pointer in the softc that will point to partially received packet.mjacob2000-01-231-2/+8
* Add in a define for the optimal cache line size.mjacob2000-01-231-0/+1
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-224-7/+19
* Clean up some of the SAF-TE matching code. Addmjacob2000-01-211-10/+16
* There seems to be some problems, particularly on alpha, withmjacob2000-01-211-0/+5
* updated commentswilko2000-01-214-8/+14
* Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. Thedillon2000-01-211-25/+29
* - Merge from sys/i386/conf/GENERIC rev 1.224, 1.225 and 1.226.nyan2000-01-212-38/+50
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-212-0/+18
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Cardhosokawa2000-01-212-14/+19
* Fix the style bugs in the style bugs fix. The style bug fix made theimp2000-01-211-4/+6
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-213-0/+40
* Fix style bugs in the last commit.green2000-01-211-10/+8
* Remove definition of the unimplemented "control" hook.archie2000-01-2110-16/+6
* Add a new TUNSIFPID ioctl to update the tun_pid (recorded inbrian2000-01-212-0/+4
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-205-10/+17
* Remove duplicate includen_hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.n_hibma2000-01-202-58/+74
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* bdeize last commit:imp2000-01-201-3/+0
* Make devices behind PPBs work on DS10s (and any other single pchip tsunamis)gallatin2000-01-201-9/+1
* Synced with the sc driver in the sys/dev/syscons directory.kato2000-01-2010-1294/+2529
* - Add some comment from bde on the keyboard interrupt.yokota2000-01-202-22/+38
* Do not explicitly create empty option files; they are takenyokota2000-01-201-8/+1
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* Unconditionally define sc_paste().yokota2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-204-5/+4
* Fixed typo.nyan2000-01-202-2/+2
* Synced with sys/isa/sio.c rev 1.285.kato2000-01-202-0/+14
* Synced with sys/i386/i386/userconfig.c rev 1.169.kato2000-01-201-0/+2
* Synced with sys/i386/conf/GENERIC rev 1.230.kato2000-01-202-2/+20
* Back out the previous spl change, since it opens a race window.jasone2000-01-201-1/+1
* Track libc_r addition of semaphores implementation.jasone2000-01-202-20/+32
* Regen.wpaul2000-01-202-507/+625
* More USB ethernet tweaks:wpaul2000-01-2023-524/+1040
* When we are execing a setugid program, and we have a procfs filesystemimp2000-01-203-0/+61
* A few more style cleanupsrwatson2000-01-201-14/+9
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-202-2/+8
* Add the pcdmx theatre lighting controller major numbermsmith2000-01-201-0/+1
OpenPOWER on IntegriCloud