summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Oops! Disabled the ed driver becasue it cannot be compiled.kato2000-06-231-1/+1
* Include pc98/pc98/pc98.h in which M_EPSON_PC98 is defined when thekato2000-06-231-1/+3
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXmsmith2000-06-233-3/+15
* Add a stub driver to consume the PnP "system resource" items, and hidemsmith2000-06-234-0/+196
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-2319-2/+1014
* Collect the ISA DMA defines from the MI ISA code, not a private copy.msmith2000-06-231-3/+2
* Stop trying to do anything funny with the interrupt resource range. Themsmith2000-06-234-52/+16
* Fix typo (inT -> int)dima2000-06-231-1/+1
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devcokane2000-06-232-2/+4
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devcokane2000-06-232-1/+6
* Minor redundant #include fix.cokane2000-06-231-1/+0
* Fixed trouble with linux emu, not it should work in the module.cokane2000-06-233-10/+6
* Fixed problem with linux ioctl code, module loading should work now.cokane2000-06-232-0/+59
* Remove these here, these were repocopied to src/sys/ufs/ffs.peter2000-06-233-5532/+0
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-2212-82/+120
* fix warning, declare function static.alfred2000-06-221-1/+1
* Rename macros to all-uppercase. Get rid of a comment that was ironicgreen2000-06-221-10/+4
* Make the generated set headers depend on Makefile as well (that is wherepeter2000-06-224-8/+8
* Put RF_SHAREABLE into the bus_alloc_resource call.cokane2000-06-221-1/+1
* Switch LINUX_TDFX to TDFX_LINUX, that's what i get for typing thiscokane2000-06-221-1/+1
* Inhibit successful DAD messages and "no default interface" messages.ume2000-06-221-2/+4
* Add a hack to fail registration of kq events on a non-ufs filesystem, asjlemon2000-06-221-0/+8
* Add code so that the udata field is preserved across a TRACK event.jlemon2000-06-221-9/+18
* correct bad TTL with packets generated by v4 mapped udp. from kameitojun2000-06-221-0/+7
* Add 'kern.disks', a sysctl which returns the list of disks fromnbm2000-06-221-0/+29
* Sync with sys/dev/syscons/scterm-sc.c revisions 1.6 and 1.7.nyan2000-06-222-14/+34
* Whitespace-only changes: apply accepted line breaking style as asheldonh2000-06-221-91/+138
* Functions may be static and __inline, but not extern and __inline. Thisgreen2000-06-221-1/+1
* Add my name next to the majro for 3dfx (107), to reflect new info contact,cokane2000-06-221-1/+1
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)peter2000-06-222-0/+2
* Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.cokane2000-06-223-8/+18
* Converted all TDFX_VERBOSE ifdefs to DEBUG, now it gets debugged with thecokane2000-06-221-1/+1
* Stick in header, $FreeBSD$.cokane2000-06-224-28/+188
* Stick the tdfx entry in here, after some cleaning.cokane2000-06-222-0/+2
* Fix the 'file not found' in the load target, someonecokane2000-06-221-1/+1
* Update to new copyright.mckusick2000-06-224-92/+24
* This really shouldn't be here, fragment left over from the tarball.cokane2000-06-211-2/+0
* Subtle Tx bugs - I wonder why the cast wans't picked up...dmlb2000-06-211-4/+4
* This commit was generated by cvs2svn to compensate for changes in r61914,cokane2000-06-212-0/+36
|\
| * Add a kld to correlate with my committ of the voodoo driver (tdfx).cokane2000-06-212-0/+36
* | This commit was generated by cvs2svn to compensate for changes in r61911,cokane2000-06-215-0/+876
|\ \ | |/
| * First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graph...cokane2000-06-215-0/+876
* Added Altima Communications OUI and their AC101 10/100semenu2000-06-213-0/+14
* Added support for SMC9432BTX cards.semenu2000-06-215-21/+168
* PC-98 version of ed driver is a statically limited driver.kato2000-06-212-2/+2
* Checkpoint commit. I can actually receive HDLC frames now.phk2000-06-211-53/+669
* Fixed to support RSA98-III non-pnp mode. rman_get_start() had returnednyan2000-06-212-58/+74
* add record channel irq timeouts toocg2000-06-201-2/+12
* fix a bug where opening for write would not fail if channel allocation failedcg2000-06-205-11/+30
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' sochris2000-06-202-6/+6
OpenPOWER on IntegriCloud