summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-061-2/+21
* There is no such thing any more as "struct bdevsw".julian1998-07-046-56/+135
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-042-6/+6
* Fix some strange errors of shutting transmitter up when startsemenu1998-07-041-578/+561
* Don't use a struct buf (malloc'd) without first initialising all the fieldsjulian1998-07-041-1/+5
* Some revisions of the aic7880 have a problem where, if thegibbs1998-06-281-2/+10
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTyokota1998-06-241-5/+2
* Avoid some panics in sio_unload which gets called with various dirtphk1998-06-241-1/+9
* Removed unused includes.bde1998-06-214-7/+3
* Removed unused includes.bde1998-06-211-10/+6
* Removed unused includes.bde1998-06-214-12/+4
* 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
OpenPOWER on IntegriCloud