summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Renambed sbintr to sb_intr to avoid a conflict with the (nowbde1998-06-174-20/+20
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-2/+1
* Include <i386/isa/pnp.h> after including its prerequisitebde1998-06-171-5/+5
* Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-174-4/+8
* Don't log "unexpected" events on never-opened devices. Events leftbde1998-06-161-11/+4
* Horrible hack to allow newfs to work again in SLICE kernels.julian1998-06-141-1/+4
* [Add missing files from previous commit]dfr1998-06-141-0/+46
* Major changes to the generic device framework for FreeBSD/alpha:dfr1998-06-145-148/+36
* Add a macro tweak.steve1998-06-132-4/+5
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSsteve1998-06-131-1/+3
* Merge changes from vendor branch;peter1998-06-133-26/+49
* Introduce std_pps_ioctl() to automagically DTRT.phk1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFphk1998-06-121-6/+15
* Correct name and number for sxdc modulesphk1998-06-101-3/+3
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-105-0/+632
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-084-30/+30
* Correct even more ioctl breakage :(sos1998-06-086-6/+6
* Fix spelling in printf().jkoshy1998-06-081-2/+2
* Fixed an ioctl which grew overnight.bde1998-06-081-2/+2
* Fix another DEVFS/SLICE ioctl.dfr1998-06-071-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtphk1998-06-072-50/+62
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-074-10/+10
* Fix the retyping of the ioctl cmd parm from int to u_long.sos1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-0739-85/+92
* keymap -> key_map so that the kernel will compile withsteve1998-06-061-2/+2
* Reviewed by: hasty@star-gate.comahasty1998-06-051-0/+2
* Force success of the probe (after doing it as before except in onebde1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.bde1998-06-031-7/+6
* o Return error when the controller can't accept commands.eivind1998-06-023-12/+11
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-311-22/+27
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...paul1998-05-271-2/+2
* This time add an Id string that'll actually get expanded :-)paul1998-05-271-1/+1
* Add an ID string (can't believe it never had one!)paul1998-05-271-0/+1
* Reviewed by: hasty@freebsd.orgahasty1998-05-241-7/+0
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.phk1998-05-201-2/+2
* Reviewed by: ahasty@freebsd.orgahasty1998-05-191-6/+35
* Include "eisa.h" and only provide code if NEISA > 0.gibbs1998-05-171-1/+4
* s/nanoruntime/nanouptime/gphk1998-05-171-9/+9
* 1.31 Randall Hopper <rhh@ct.picker.com>ahasty1998-05-163-279/+441
* Fix list corruption and memory leak that could occur whengibbs1998-05-141-2/+6
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-131-1/+2
* Add support for the Yamaha YMF-719.steve1998-05-102-2/+8
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-061-2/+3
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)julian1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.julian1998-05-066-14/+88
* Detect USR PnP x2 modem.phk1998-05-041-1/+2
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.bde1998-05-011-2/+5
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...mjacob1998-04-241-2/+8
* slice_device.c: permissions changes for SLICE devicesjulian1998-04-242-6/+5
* Bad144 support for the slice system (!)julian1998-04-223-23/+143
OpenPOWER on IntegriCloud