summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sio.c:bde1995-10-223-70/+27
* Remove bogus #include <sys/device.h>, and the bogus instances ofpeter1995-10-211-22/+11
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-212-5/+20
* Don't allow i/o operations for non-root users.bde1995-10-141-2/+6
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-136-14/+12
* Fix select().bde1995-10-121-59/+25
* Fix probe to work properly with the Cyclades cyclom-16Ye.dg1995-10-112-18/+26
* PCCARD support.phk1995-10-101-33/+281
* BIOS manufacturers don't seem to have a unique idea about 2.88 MBjoerg1995-10-091-1/+2
* Add SIOCGIFADDR support.dg1995-10-071-1/+7
* I have applied my last changes correcting the bug in dgbselect() to itjkh1995-10-042-102/+46
* Hide the "input/output timeout" messages behind the bootverbose case.joerg1995-10-041-9/+13
* Check for failure to map the interrupt. Not doing so will guarantee thatdg1995-10-021-3/+8
* Fixed bug where wrong thing was being checked for NULL before callingdg1995-10-021-2/+2
* Latest version from Matt Thomas. This version works with the newerdg1995-09-291-229/+888
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-261-1/+21
* siostop() is a void function, so don't return a value.dg1995-09-241-3/+3
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-221-5/+8
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-221-9/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-192-11/+3
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-191-10/+68
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-4/+5
* Add vendor ID of Compaq, now that I found what it is ...se1995-09-141-2/+2
* Minor changes to the PCI probe messages.se1995-09-141-7/+6
* From Bruce Evans: (prototype related changes, other cleanups)peter1995-09-131-8/+20
* Move some kernel-only stuff to a kernel-only file.peter1995-09-131-12/+1
* Restore two checks for TS_ISOPEN.. I managed to panic my machinepeter1995-09-111-3/+5
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-102-30/+61
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-2/+2
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-081-2/+2
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-086-38/+55
* Make mapping messages depend on bootverbose flag.se1995-09-071-67/+182
* Fixed VOP_BMAP. A new argument was added, and I missed this one.dyson1995-09-041-1/+1
* Update the version in the snake saver...peter1995-09-041-2/+2
* Finish bringing this driver up to rev 2.2 - now compiles without warnings.jkh1995-09-041-6/+19
* Bring the Digiboard driver (ALPHA version) into -current. Includesjkh1995-09-034-0/+3120
* devfs changes..julian1995-09-032-5/+22
* Kernel components of Matrox Meteor driver.jkh1995-08-281-0/+138
* Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.guido1995-08-281-1/+10
* Remove extra arg from the call to ds_crc().bde1995-08-251-2/+2
* Andrew McRae's pcmcia/pccard code, the kernel part.phk1995-08-241-1/+119
* Fix some outstanding bugs in the DCD modem control..peter1995-08-221-115/+93
* add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypasspeter1995-08-221-2/+2
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codenate1995-08-161-2/+2
* Make everything except the unsupported network sources compile cleanlybde1995-08-162-3/+2
* Increase the DELAY_GETREPLY to 5000000. Not dangerous, this isjoerg1995-08-151-2/+2
* Slight change to the location of the default termios flags to make thempeter1995-08-131-7/+17
* Next round of cleanups. Some more debugging hooks added, si_softc definitionpeter1995-08-132-122/+75
* Disable fifos in sioclose(). Closes PR 576.bde1995-08-131-1/+9
* Remove a deliberate #warning.. It's not polite, because I listed the thepeter1995-08-101-5/+1
OpenPOWER on IntegriCloud