aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Some revisions of the aic7880 have a problem where, if theJustin T. Gibbs1998-06-281-2/+10
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTKazutaka YOKOTA1998-06-241-5/+2
* Avoid some panics in sio_unload which gets called with various dirtPoul-Henning Kamp1998-06-241-1/+9
* Removed unused includes.Bruce Evans1998-06-214-7/+3
* Removed unused includes.Bruce Evans1998-06-211-10/+6
* Removed unused includes.Bruce Evans1998-06-214-12/+4
* Renambed sbintr to sb_intr to avoid a conflict with the (nowBruce Evans1998-06-174-20/+20
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-171-2/+1
* Include <i386/isa/pnp.h> after including its prerequisiteBruce Evans1998-06-171-5/+5
* Added used include of <i386/isa/isa_device.h> - don't depend onBruce Evans1998-06-174-4/+8
* Don't log "unexpected" events on never-opened devices. Events leftBruce Evans1998-06-161-11/+4
* Horrible hack to allow newfs to work again in SLICE kernels.Julian Elischer1998-06-141-1/+4
* [Add missing files from previous commit]Doug Rabson1998-06-141-0/+46
* Major changes to the generic device framework for FreeBSD/alpha:Doug Rabson1998-06-145-148/+36
* Add a macro tweak.Steve Price1998-06-132-4/+5
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSSteve Price1998-06-131-1/+3
* Merge changes from vendor branch;Peter Wemm1998-06-133-26/+49
* Introduce std_pps_ioctl() to automagically DTRT.Poul-Henning Kamp1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFPoul-Henning Kamp1998-06-121-6/+15
* Correct name and number for sxdc modulesPoul-Henning Kamp1998-06-101-3/+3
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-105-0/+632
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-084-30/+30
* Correct even more ioctl breakage :(Søren Schmidt1998-06-086-6/+6
* Fix spelling in printf().Joseph Koshy1998-06-081-2/+2
* Fixed an ioctl which grew overnight.Bruce Evans1998-06-081-2/+2
* Fix another DEVFS/SLICE ioctl.Doug Rabson1998-06-071-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp1998-06-072-50/+62
* Fix some more ioctls which I missed becausese they were hidden by optionsDoug Rabson1998-06-074-10/+10
* Fix the retyping of the ioctl cmd parm from int to u_long.Søren Schmidt1998-06-071-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-0739-85/+92
* keymap -> key_map so that the kernel will compile withSteve Price1998-06-061-2/+2
* Reviewed by: hasty@star-gate.comAmancio Hasty1998-06-051-0/+2
* Force success of the probe (after doing it as before except in oneBruce Evans1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.Bruce Evans1998-06-031-7/+6
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-023-12/+11
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intoBruce Evans1998-05-311-22/+27
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...Paul Richards1998-05-271-2/+2
* This time add an Id string that'll actually get expanded :-)Paul Richards1998-05-271-1/+1
* Add an ID string (can't believe it never had one!)Paul Richards1998-05-271-0/+1
* Reviewed by: hasty@freebsd.orgAmancio Hasty1998-05-241-7/+0
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.Poul-Henning Kamp1998-05-201-2/+2
* Reviewed by: ahasty@freebsd.orgAmancio Hasty1998-05-191-6/+35
* Include "eisa.h" and only provide code if NEISA > 0.Justin T. Gibbs1998-05-171-1/+4
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-9/+9
* 1.31 Randall Hopper <rhh@ct.picker.com>Amancio Hasty1998-05-163-279/+441
* Fix list corruption and memory leak that could occur whenJustin T. Gibbs1998-05-141-2/+6
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,Poul-Henning Kamp1998-05-131-1/+2
* Add support for the Yamaha YMF-719.Steve Price1998-05-102-2/+8
* There is no dump routine for fd so give it an explicit NULL entryJulian Elischer1998-05-061-2/+3
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)Julian Elischer1998-05-062-4/+12