summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.dfr2000-06-251-1/+1
* Only print the diagnostic about extended I/O ports if bootverbose is true.dfr2000-06-252-4/+8
* Don't record an irq mask if its empty - it confuses the resource allocator.dfr2000-06-251-1/+3
* Replace the unknown driver with a nomatch method in the isa driver.dfr2000-06-251-71/+70
* Get the build bits right for the new Architecture Independant null- andmarkm2000-06-2510-1/+23
* Strip out the machine-independant parts of the memory device.markm2000-06-254-514/+100
* Strip out the machine-independant parts of the memory device.markm2000-06-252-243/+50
* New machine-independant /dev/random driver.markm2000-06-256-0/+800
* New machine independant /dev/null and /dev/zero driver. This device ismarkm2000-06-252-0/+274
* Typo fix: tunnable.mph2000-06-251-3/+2
* Remove obsolete comment.bp2000-06-252-10/+0
* If swdpio1 doesn't clear, we have a reversed (or disconnected) cable. Changemjacob2000-06-251-3/+3
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.fsmp2000-06-244-4/+8
* Remove obsoleted info about linking from contribache2000-06-241-16/+2
* Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, whichcokane2000-06-242-4/+9
* Back out previous commit until the build of the 'tdfx' module is unbroken.archie2000-06-231-1/+1
* There is no atdevbase on the alpha. Hide this case statement on alpha untilmjacob2000-06-231-0/+3
* Fix the breakage that occurred when somebody didn't do a completemjacob2000-06-231-2/+2
* Add tdfx to modules Makefile, so it gets made.cokane2000-06-231-1/+1
* 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
OpenPOWER on IntegriCloud