summaryrefslogtreecommitdiff
path: root/sys/dev/DEVNAMES
AgeCommit message (Collapse)Author
2007-10-17change the lines referencing pmppc to evbppcgarbled
2007-07-11Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver.kiyohara
And zyd(4).
2007-07-03Add (commented-out) support for IPMI on amd64--pretty much copied straightbriggs
from i386.
2007-04-19+ aiboost, ug.xtraeme
- viapm.
2007-04-14Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.tnn
Also add accompanying i2c controller driver, pcf8584. Both written by me. Some cosmetic improvements from Iain Hibbert. ok <martin>
2007-01-09Remove unexistent vmegeneric.cube
2007-01-09Remove traces of scd(4), which apparently never actually had a driver incube
the tree.
2007-01-09daic was disabled, wl and wavelan deleted.cube
2006-10-07Add hpcarm devices.peter
2006-10-02Claim ipmi.bouyer
2006-10-02Reserve the names "spi", "auspi", and "tmp121temp", to reflect recentgdamore
commits. No, there aren't man pages for any of this stuff yet.
2006-10-01Add sec(4).bjh21
2006-09-19Convert the NetBSD/cats port to use generic TODR.he
This gets rid of the now-unneded "todclock" and "todservice" attributes from the footbridge device files, which should allow netwinder to build again after its conversion to generic TODR. Resulting kernel verified to boot up OK on gxemul (after my recent fixes of the gxemul package to emulate free-running timers).
2006-09-17add bthub(4) and remove btdev(4) entriesplunky
2006-09-09Add msk(4) info to the sk(4) manpage, and install links (from OpenBSD).riz
Also, add msk to DEVNAMES.
2006-09-07Workbit NinjaATA-32 busmastering PIO IDE controller driver (njata)itohy
This driver supports NinjaATA-32Bi and NPATA-32 chips, which are used for CardBus ATA interface cards and CardBus CompactFlash adapters.
2006-09-07Add PIOBM (busmastering transfer using ATA PIO mode) support.itohy
The PIOBM is used by only one driver (will be added later, stay tuned) and intruduce an attribute "ata_piobm" so that it will be conditionally compiled in. The "ata_dma" (busmastering transfer using ATA DMA mode) and "ata_udma" (busmastering transfer using ATA Ultra DMA mode) attributes are also added for consistency, but unused for now.
2006-09-07Add the 'lockstat' driver, which collects basic information about lock events.ad
2006-08-27acorn26 hasn't had sbic since before it became acorn26.bjh21
2006-08-26Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c tobjh21
dev/ic/wd33c93.c. This may not be the best WD33C93 driver we've got, but it's the most recently worked on and probably the most portable, so it seems like a good basis for further work (and in particular an acorn26 driver for the Acorn SCSI card). There's no functional change in this commit, and sgimips kernels still compile.
2006-08-19The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.plunky
While it can be made to compile, the paradigm is not quite right because it attempts to contact the filesystem during autoconfig which sometimes causes a panic. Even if that was fixed, there is another potential problem in that the driver tries/sleeps/tries/sleeps and the sleep could theoretically sleep past the rc.d/btconfig stage and the controller would remain unconfigured. So, I have prepared a different method for loading the firmware to Broadcom BCM2033 chip based devices. A package 'sysutils/bcmfw' will load the firmware files via a ugen(4) device interface. This update removes the ubtbcmfw(4) driver and adds a table to the ubt(4) driver so that it will not attach to Broadcom BCM2033 based devices before the firmware was loaded. This fixes kern/34219
2006-08-14Remove various devices that acorn32 no longer has.bjh21
2006-07-30scc (alpha) was removed ~4 years ago.tsutsui
2006-07-30- dc, dtop, scc (pmax), they were removed yesterday.wiz
2006-07-26Bluetooth fixes by Iain Hibbert:tron
Remove bthset(4) device and add btsco(4) in its place. This is an improved version which is not just for headsets, as it can receive incoming connections (eg for Hands Free Profile). Update bthset(1) control utlitiy to relate to new device.
2006-07-26Bluetooth fixes by Iain Hibbert:tron
Change the way in which bluetooth devices attach to system. The new way is for devices to attach directly to a btdevN device via its own control file /dev/btdevN. - bthub(4) is replaced by btdev(4). - /dev/bthubctl is replaced by /dev/btdevN. - configuration now uses proplib(3) property lists. - btcontrol(8) updated to use new API, and now uses private - XML config file /var/db/btdev.xml.
2006-07-14Cleanup old aucom entries. Left marked obsolete in majors, and removed fromgdamore
dev/DEVNAMES.
2006-07-13Register name for "psm" driver.gdamore
2006-07-01Added it(4) as MI driver.xtraeme
2006-06-30Refer to kse as an MI driver.nisimura
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc. The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets. Drivers for both PCMCIA and USB bluetooth controllers are included.
2006-05-14integrate kauth.elad
2006-05-11Added entries for edid, ddc, vesagtf, and ddc_read_edid.gdamore
2006-04-24Add splash, vcons, vesabios, vesafb.jmcneill
2006-04-03Add a kernel driver and userland program for the Topfield TF5000PVR rangescw
of digital video recorders popular in Europe and Australia. These devices have a USB client port which can be used to upload and download recordings (and other files, such as MIPS binaries for execution on the DVR's CPU) to/from their internal hard disk, in addition to some other operations on files and directories.
2006-03-23Add entry for ciss(4). Added as MI even though it has so farhe
only been tested on i386.
2006-03-21Add a bunch of evbmips device names.gdamore
2006-03-12add nfe.chs
2006-02-19Add support for i2c bus on AMD-8111 used on many Opteron server motherboards,tls
and ADT 7463c thermal and voltage monitor found on the Tyan S2881 and S2882-D (and probably other boards as well). We do not currently support any kind of detection of the i2c address of the thermal monitor; it appears to be at 0x2D on the S2881 and 0x2E on the S2882-D (kernel config examples forthcoming). From PR kern/32463 submitted by Anil Gopinath, anil_public@yahoo.com.
2005-11-25Add swcryptothorpej
2005-09-27added a few missing device namesmacallan
2005-09-09Note xge addition.ragge
2005-09-05Add j6x0lcd.kiyohara
2005-09-05Support LCD screen driver for PERSONA SH3 machines.kiyohara
2005-07-30Add a driver for Cypress microcontroller based USB serial adapters.skrll
XXX hw flow control is not supported.
2005-07-18Add uipaq(4). From OpenBSD.augustss
2005-07-13It mistook to remove fwbus.kiyohara
2005-07-11ieee1394 import from FreeBSD.kiyohara
2005-06-29add:kent
acphy acpi acpiacad acpibat acpibut acpiec acpilid acpitz agp ahd amhphy artsata ataraid ath bge bmtphy brgphy cec ciphy cms cs80bus esiop gentbi geodeide glxtphy gphyter gpib gsip hcide iavc ipw iteide iwi iwic makphy mpt nsclpcsio pdcsata pxg satalink ste stge sti tfb txp ubsa ubsec udav
2005-06-28add auixp, aurateconv, azalia, bce, and wm.kent