Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain 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-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre | |
2007-11-25 | document new WQ_DIRECTOK flag | Ted Unangst | |
2007-11-25 | document extension to file pathname list; noted by jmc | Theo de Raadt | |
2007-11-24 | workq_add_task returns ENOMEM on failure | Ted Unangst | |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre | |
2007-11-21 | Fix grammar, pointed out by Jim Razmus and RW. | Ray Lai | |
OK jmc. | |||
2007-11-18 | the serial number locator thing is absolute balony | Theo de Raadt | |
2007-11-18 | add the Planex GW-US54GXS adapter. | Brad Smith | |
From the Linux ZyDAS driver. ok dlg@ | |||
2007-11-17 | the ACPI -> ACPI | Brad Smith | |
ok dlg@ | |||
2007-11-17 | GPIO 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-17 | cvs header | Theo de Raadt | |
2007-11-17 | update the descriptions for ral(4) and ural(4); | Jason McIntyre | |
2007-11-17 | make it clear in the code and in the man page that the rate2plcp and | Damien 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-17 | typo | Damien Bergamini | |
2007-11-17 | Add 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-17 | sync device list formatting with rum(4) (one device per line). | Damien Bergamini | |
2007-11-17 | sync url with ral & ural man pages. | Damien Bergamini | |
2007-11-17 | separate ural(4) man page from ral(4) man page. | Damien Bergamini | |
2007-11-17 | quote macro calls containing >9 args; | Jason McIntyre | |
2007-11-17 | + RT2800 | Damien Bergamini | |
2007-11-17 | Sort list of device in SYNOPSIS. | Marc Balmer | |
2007-11-17 | macgpio(4) does not implement the gpio(4) interface. Do not Xr gpio(4) and | Marc Balmer | |
gpioctl(8). ok jmc | |||
2007-11-17 | GPIO 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-17 | List 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 4 | Marc Balmer | |
2007-11-16 | .Xr gpioctl 8 from here. | Marc Balmer | |
2007-11-16 | pci.4: sync glxpcib description | Jason McIntyre | |
glxpcib.4: sort SEE ALSO; tidy up AUTHORS | |||
2007-11-16 | Document that glxpcib(4) provides a gpio(4) device. | Marc Balmer | |
2007-11-16 | repair some glitches in the hope that jmc will not increase his commit | Theo de Raadt | |
count by 1 more... | |||
2007-11-16 | Xr uticom | Theo de Raadt | |
2007-11-16 | driver for TI TUSB3410 usb serial, written by dxi@mail.ru and | Theo de Raadt | |
hasso@dragonfly.org, ported but not yet tested.. waiting for hardware | |||
2007-11-16 | ACPI_ENABLE went away | Theo de Raadt | |
2007-11-14 | Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, which | Marcus 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-13 | macppc does have eeprom(8) now | Mark Kettenis | |
2007-11-12 | - macppc for .Dt | Jason McIntyre | |
- no eeprom(8) for macppc | |||
2007-11-12 | openprom(4) | Mark Kettenis | |
2007-11-11 | tweak; | Jason McIntyre | |
2007-11-11 | Update after recently committed changes to the mbg(4) driver code. | Marc Balmer | |
2007-11-11 | tidy up the hardware list a little; ok ajacoutot | Jason McIntyre | |
2007-11-11 | support little I-O DATA UPS GPS thingy | Theo de Raadt | |
2007-11-10 | 2 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-10 | List time receiver devices in their own section, like we do in pci(4). | Marc Balmer | |
ok jmc. | |||
2007-11-10 | Document the timedelta sensor status and the "Signal" sensor. | Marc Balmer | |
2007-11-10 | Mention the umbg(4) driver. | Marc Balmer | |
2007-11-10 | Add a manual page for umbg(4). | Marc Balmer | |
2007-11-09 | when "max <number>" is exceeded, packets are not dropped - rather they | Jason McIntyre | |
fail to match; from Doichin Dokov diff from henning and myself | |||
2007-11-06 | a 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@ |