summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others.
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25document new WQ_DIRECTOK flagTed Unangst
2007-11-25document extension to file pathname list; noted by jmcTheo de Raadt
2007-11-24workq_add_task returns ENOMEM on failureTed Unangst
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-21Fix grammar, pointed out by Jim Razmus and RW.Ray Lai
OK jmc.
2007-11-18the serial number locator thing is absolute balonyTheo de Raadt
2007-11-18add the Planex GW-US54GXS adapter.Brad Smith
From the Linux ZyDAS driver. ok dlg@
2007-11-17the ACPI -> ACPIBrad Smith
ok dlg@
2007-11-17GPIO pins can be programmed to invert input or output on some devices.Marc Balmer
Introduce new flags, GPIO_PIN_INVIN and GPIO_PIN_INVOUT, for this. ok grange
2007-11-17cvs headerTheo de Raadt
2007-11-17update the descriptions for ral(4) and ural(4);Jason McIntyre
2007-11-17make it clear in the code and in the man page that the rate2plcp andDamien Bergamini
plcp2rate functions use plcp codes in most-significant-bit-first format (R4-R1). some drivers like wpi(4) and iwn(4) want plcp codes in lsb-first format so they can't use those functions. also the IEEE standard uses R1-R4 notation so this can be a bit confusing for those refering to it. use u_int8_t for plcp code and rate instead of int.
2007-11-17typoDamien Bergamini
2007-11-17Add some RT2860 802.11n-Draft 2.0 devices:Damien Bergamini
AirLive WN-5000PCI, ASUS WL-130N, Edimax EW-7728In, Planex PCI-GW-DS300N, SparkLAN WMIR-215GN.
2007-11-17sync device list formatting with rum(4) (one device per line).Damien Bergamini
2007-11-17sync url with ral & ural man pages.Damien Bergamini
2007-11-17separate ural(4) man page from ral(4) man page.Damien Bergamini
2007-11-17quote macro calls containing >9 args;Jason McIntyre
2007-11-17+ RT2800Damien Bergamini
2007-11-17Sort list of device in SYNOPSIS.Marc Balmer
2007-11-17macgpio(4) does not implement the gpio(4) interface. Do not Xr gpio(4) andMarc Balmer
gpioctl(8). ok jmc
2007-11-17GPIO improvements:Jason McIntyre
- make "man -k gpio" work - gpioctl(8) should not try to list all gpio devices (it's why we have man -k) - gpio devices should have "GPIO" in their .Nd, and cross-reference gpio(4) and gpioctl(8) second set of fixes for gpio(4) itself coming from mbalmer...
2007-11-17List all gpio(4) devices in the SYNOPSIS but not in the SEE ALSO section.Marc Balmer
Mention GPIO_PIN_PULLDOWN. requested by and discussed with jmc@
2007-11-16.Xr glxpcib 4Marc Balmer
2007-11-16.Xr gpioctl 8 from here.Marc Balmer
2007-11-16pci.4: sync glxpcib descriptionJason McIntyre
glxpcib.4: sort SEE ALSO; tidy up AUTHORS
2007-11-16Document that glxpcib(4) provides a gpio(4) device.Marc Balmer
2007-11-16repair some glitches in the hope that jmc will not increase his commitTheo de Raadt
count by 1 more...
2007-11-16Xr uticomTheo de Raadt
2007-11-16driver for TI TUSB3410 usb serial, written by dxi@mail.ru andTheo de Raadt
hasso@dragonfly.org, ported but not yet tested.. waiting for hardware
2007-11-16ACPI_ENABLE went awayTheo de Raadt
2007-11-14Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, whichMarcus Glocker
convert the PLCP header signal field to a rate value and vice versa. This implementation has been discussed with Damien and doesn't change any existing net80211 structures. ok damien@
2007-11-13macppc does have eeprom(8) nowMark Kettenis
2007-11-12- macppc for .DtJason McIntyre
- no eeprom(8) for macppc
2007-11-12openprom(4)Mark Kettenis
2007-11-11tweak;Jason McIntyre
2007-11-11Update after recently committed changes to the mbg(4) driver code.Marc Balmer
2007-11-11tidy up the hardware list a little; ok ajacoutotJason McIntyre
2007-11-11support little I-O DATA UPS GPS thingyTheo de Raadt
2007-11-102 port usb hub with ethernet in it..Theo de Raadt
2007-11-10- add support for more multifunction Epson devices (from FreeBSD and SANE).Antoine Jacoutot
I'm not adding any new !MF USB scanner IDs as those can be handled using libusb and sane-backends (from ports). - bring the uscanner man page up-to-date with actually supported scanners ok winiger@ mbalmer@ jmc@, input and ok jsg@
2007-11-10List time receiver devices in their own section, like we do in pci(4).Marc Balmer
ok jmc.
2007-11-10Document the timedelta sensor status and the "Signal" sensor.Marc Balmer
2007-11-10Mention the umbg(4) driver.Marc Balmer
2007-11-10Add a manual page for umbg(4).Marc Balmer
2007-11-09when "max <number>" is exceeded, packets are not dropped - rather theyJason McIntyre
fail to match; from Doichin Dokov diff from henning and myself
2007-11-06a little tidy up of text;Jason McIntyre
2007-11-06- from FreeBSD:Antoine Jacoutot
add support for Epson multifunction USB devices (i.e. scanner/printer/card readers) by adding their IDs to the table of recognised devices (because we don't have a "scanner" class) and preventing uscanner attach routine to reconfigure the whole USB device while we are dealing only with one of its interfaces. - add the Epson Stylus 3850/4050 ID in the process feedback from mbalmer@ and jmc@ ok jsg@