summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-07-18Match Sphairon UB801R.Jonathan Gray
2005-07-18regenJonathan Gray
2005-07-18Another ural.Jonathan Gray
2005-07-18COM_CONSOLE & DDB fixTheo de Raadt
2005-07-18Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot)Tom Cosgrove
upatras (dot) gr. Thanks.
2005-07-18Correct scancode mapping URL.Jonathan Gray
2005-07-18Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.Jonathan Gray
ID from <david-b () pacbell ! net> via Linux driver.
2005-07-18regenJonathan Gray
2005-07-18Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.Jonathan Gray
ID from <david-b () pacbell ! net> via Linux driver.
2005-07-18disable hardware vlan tag strippingCamiel Dobbelaar
tested by Janjaap Velthoven ok brad
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18Rip out all previous bio code because it sucked. Replaced all ioctl code inMarco Peereboom
ami(4) and bio(4). Note that this will break trees where userland and kernel are not in sync. ok dlg@
2005-07-18Initialize UART registers after resume, and make functions non-static.Uwe Stuehler
2005-07-17Make sure we don't reprogram the colormap upon leaving mapped mode,Miod Vallat
if we are not the console display; prevents a stupid panic.
2005-07-17Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code).Miod Vallat
2005-07-17Attach com(4) to the built-in modem found on Tadpole SPARCbooks.Miod Vallat
2005-07-17Allow the console support code not to be compiled in; this will beMiod Vallat
necessary for and only used on sparc, shortly. Reluctantely ok deraadt@
2005-07-17If the internal battery is missing, report it as absent rather than in anMiod Vallat
unknown state.
2005-07-17Always turn off video when the lid is closed; this behaviour was lost in r1.8.Miod Vallat
2005-07-17Remove more non-emulating display code path and macros; no functional change.Miod Vallat
2005-07-17Do not claim this driver uses a soft interrupt in dmesg since it is not true.Miod Vallat
2005-07-16move headers and remove some FreeBSD specific stuff.Brad Smith
2005-07-16remove braces here tooBrad Smith
2005-07-16remove __BROKEN_INDIRECT_CONFIG cruftBrad Smith
2005-07-16fix support for interrupt mitigation.Brad Smith
ok nate@
2005-07-15From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5:Alexander Yurchenko
Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure. class is a reserved word in C++ Submitted by: Markus Brueffer < markus AT brueffer DOT de >
2005-07-15kill trailing whitespace;Jason McIntyre
2005-07-15- add /bsd.rd to FILESJason McIntyre
- for amd64/i386 add /bsd.mp to FILES ok tom@
2005-07-14Fix comments concerning VOP_LINK().Pedro Martelletto
2005-07-14More bge ids, found in Broadcom's Linux driver. ok brad@Jonathan Gray
2005-07-14regenJonathan Gray
2005-07-14More bge ids, found in Broadcom's Linux driver. ok brad@Jonathan Gray
2005-07-14Oops, commit actual structure that we need...Marco Peereboom
2005-07-14Add physical disk structure.Marco Peereboom
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-14add D-Link PCI id.Brad Smith
From: jsg@
2005-07-14use symbolic names for checking in %fprs, as aboveTheo de Raadt
2005-07-14regenBrad Smith
2005-07-14fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for someBrad Smith
unknown D-Link card. Pointed out by jsg@
2005-07-13do not leak memory if read()ing section headers fails; from Andrey Matveev ↵Michael Shalayeff
<evol@online.ptt.ru>
2005-07-13remove white space and fix formatting for readability.Brad Smith
2005-07-12fix comment, describe the VA hole correcltyHans-Joerg Hoexer
ok art@
2005-07-12call pmap_apte_flush() with the current pmap, not the one to be mapped.Hans-Joerg Hoexer
ok art@
2005-07-12write ds1 ctrl mcode where we wanted the ds1e varientTheo de Raadt
2005-07-12h/w doesn't decrypt rx frames in monitor mode so don't try to remove theDamien Bergamini
iv and crc fields or to clear the wep bit from the 802.11 header. fix by Pedro la Peu. closes kern/4284.
2005-07-12default mtu to no more than ETHERMTU to avoid fragmentation; henning@ okMichael Shalayeff
2005-07-12Print the card number the chipset string is obtained from.Jonathan Gray
As this is not a 1 to 1 mapping it can be useful to know this number, in particular if you have a broken device and want to upgrade the firmware. Prodded by jolan@, ok deraadt@
2005-07-12handle TI 64 byte fifo units here too; steve.shockley@shockley.netTheo de Raadt
2005-07-12Add AMI_MAX_TARGET.Marco Peereboom
2005-07-12syncTheo de Raadt