summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add miibus drivers for the ThunderLAN internal PHY and the Micro Linearwpaul1999-08-274-1/+973
* - Retain the previous vty and history buffers when setting upyokota1999-08-271-8/+5
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)peter1999-08-271-101/+104
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-1/+14
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).peter1999-08-271-10/+9
* Initialize the dev->si_bsize fields.phk1999-08-261-1/+5
* Fix DMA macros to work on alpha.dfr1999-08-261-0/+4
* Don't schedule the next transaction if the pipe is being aborted.dfr1999-08-261-1/+0
* Handle buses with multiple PHYs correctly.wpaul1999-08-261-5/+3
* read_drive: Remove references to vp->v_lastr, which is going away.grog1999-08-261-16/+3
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't havegrog1999-08-261-3/+4
* config_plex: don't allocate a rangelock struct.grog1999-08-262-8/+3
* Correct the mode information for the VGA mode X.yokota1999-08-241-4/+6
* set_sd_state: Correct the conditions for bringing up empty orgrog1999-08-241-44/+73
* Lock stripes of striped and RAID-5 plexes before writing them. Thisgrog1999-08-241-25/+36
* Add keywords setstate, checkparity, rebuildparity.grog1999-08-242-8/+14
* Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.grog1999-08-242-7/+15
* format_config: print preferred plex correctly.grog1999-08-241-0/+1
* Change parameters of unlockrange to allow calling from revive_block,grog1999-08-242-26/+26
* Add declaration for vinum_setstate_by_force.grog1999-08-241-1/+2
* give_sd_to_drive: If we don't have space, deallocate the subdisk.grog1999-08-241-26/+56
* vinumclose: close raw plexes and subdisks.grog1999-08-241-10/+16
* Add support for logging subdisk I/O.grog1999-08-242-18/+32
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-2/+2
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-233-22/+46
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-2335-705/+154
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-232-9/+9
* - Make binary size smaller.kato1999-08-231-6/+6
* Disable some apparently stray debug printfs:peter1999-08-231-1/+3
* Fix the breakage caused by hanging softc off dev_t. This is onlyphk1999-08-231-7/+36
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-229-623/+164
* Improve the detection code for GlidePoint. This is still a kludge,yokota1999-08-221-2/+4
* Crap, I knew I was going to forget something: add missing miibus methodwpaul1999-08-221-0/+36
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-217-6/+15
* Add missing include.billf1999-08-211-0/+1
* This commit adds support for the NetBSD MII abstraction layer andwpaul1999-08-2113-0/+2597
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-2112-55/+69
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-2/+5
* Fix stupid error (xse -> xsc).mdodd1999-08-201-10/+11
* Set ifp->if_init to the right function.mdodd1999-08-203-22/+31
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI buspeter1999-08-191-11/+2
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-186-13/+30
* Add pin-numbers for easy reference.phk1999-08-181-11/+12
* printf("%x",dev); -> printf("%s",devtoname(dev));nsayer1999-08-181-11/+11
* 1) rename dev->self to be consistentn_hibma1999-08-182-76/+107
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-186-343/+27
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.billf1999-08-171-1/+5
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-5/+5
* Recognize Interlink VersaPad. `Tap' action will be recognizedyokota1999-08-171-4/+100
* - Added documentationn_hibma1999-08-171-1321/+1508
OpenPOWER on IntegriCloud