Commit Graph

28565 Commits

Author SHA1 Message Date
jmcneill 8f1ae23ff2 don't attach iic@coram unless CORAM_ATTACH_I2C is defined 2011-08-06 11:37:56 +00:00
jruoho adb8c21493 If both the new and the old methods are available, prefer the old ones, as
the new ones may not be functional in this case.
2011-08-06 05:03:56 +00:00
kiyohara 587ef94054 Add support for PSIONTEKLOGIX NETBOOK PRO. 2011-08-06 03:53:40 +00:00
jmcneill 9e56001113 hide debug messages under CORAM_DEBUG 2011-08-05 21:20:27 +00:00
jmcneill 013a9fdd5f hide debug messages under CX24227_DEBUG 2011-08-05 21:19:23 +00:00
jakllsch 97ec23c032 Various cleanup, mostly reducing debugging spew. 2011-08-05 20:51:09 +00:00
jmcneill b2d4c3bb58 return status from demod instead of 0, and don't ignore errors when setting
demod parameters
2011-08-05 20:33:17 +00:00
jmcneill 752c6db679 add QAM64/256 support 2011-08-05 20:32:22 +00:00
jakllsch 704e16c17e Turns out all we need is AcpiClearEvent in the right place,
and we don't really care if it fails.  Pointed out by jmcneill.
2011-08-05 18:59:44 +00:00
jakllsch aff0a6a01c As we add a handler for the ACPI fixed feature button events,
ensure they aren't going to trigger as soon as we enable interrupts,
furthermore ensure that the event is unmasked.
2011-08-05 18:27:48 +00:00
mrg 59919ed806 relax an assert slightly, from jmcneill. 2011-08-05 02:29:53 +00:00
jmcneill a1ac6a0eda Don't treat C2 states as C1 if the _CST package doesn't have an entry
for C1. ACPI mandates C1 so if it's not present in the _CST package use
the HLT method. Fixes all sorts of performance regressions on AMD CPUs.
2011-08-04 23:22:30 +00:00
jmcneill 20accb5e39 modularize coram and add detach + childdet methods 2011-08-04 22:25:08 +00:00
jmcneill 22ade8bbb4 modularize cx24227 2011-08-04 22:24:45 +00:00
jmcneill bc4ac1aee2 modularize mt2131 2011-08-04 22:24:29 +00:00
jakllsch 733caf396e Add coram(4).
A driver for CX23885-based TV cards, such as the
Hauppauge WinTV HVR-1250 "Coram" board.

Currently only supports ATSC 8VSB reception.
2011-08-04 14:43:55 +00:00
jakllsch 28ae806329 regen 2011-08-04 02:32:58 +00:00
jakllsch 6734496fe7 Add Conexant CX23885 2011-08-04 02:31:37 +00:00
jakllsch 07f38b106d Add Conexant/Samsung CX24227/S5H1409 demodulator subroutines. 2011-08-04 01:48:34 +00:00
jakllsch e3196c5439 Add subroutines to support Microtune MT2131 silicon tuner. 2011-08-04 01:45:37 +00:00
jakllsch bd5bcd64f7 Fix machfb build on ports not based on powerpc or sparc. 2011-08-04 00:57:33 +00:00
oster 28c3372a95 Address part of PR kern/44972. From YAMAMOTO Takashi. Thanks! 2011-08-03 15:00:29 +00:00
oster 6f6c76259e Remove unused 'struct lwp *' from rf_getdisksize. No functional changes. 2011-08-03 14:44:38 +00:00
macallan e7215d9880 don't try to a 'better' vertical frequency, it's almost certainly wrong with
flat panels
2011-08-03 05:27:08 +00:00
cliff 1608a97858 add JEDEC Mfgr ID for Macronix 2011-08-02 20:44:09 +00:00
pgoyette aca9ef1449 Prevent multiple attachments at the same i2c address.
OK jmcneill@
2011-08-02 18:46:35 +00:00
pgoyette 5304bf6b4c When detaching the device, tear down its sysctl tree. 2011-08-02 14:06:15 +00:00
cliff 779bf763e1 when unpacking CFI QRY data, byte order within a word is host order,
but order across words appears to be invariant across -el and -eb systems.
2011-08-02 03:37:25 +00:00
cliff 8956ec409a - CFI_0002_STATS no longer defined here
- add missing arg for do-nothing variant of CFI_0002_STATS_INIT()
2011-08-02 01:11:08 +00:00
macallan 65d8c9c17f appease gcc 4.5 2011-08-01 22:42:57 +00:00
mbalmer 631d5867a0 According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
2011-08-01 12:28:53 +00:00
jmcneill 048f3118a4 add support for reset registers in PCI config space 2011-08-01 11:25:59 +00:00
drochner 1ca3ef385b remove some bloat:
-cardbus doesn't use multiple interrupt lines like PCI, and it doesn't
 use machanisms like interrupt line register and swizzling -- no need
 to carry around dummy information, this is all dealt with by the
 bridge
 (I'm asking myself how "rbus_ppb" can work -- a bridge attached to
 cardbus just can't work like a normal PCI bridge as far as interrupts
 are concerned. I thing that should be a hardware specific driver
 because behavior is not covered by a standard.)
-cardbus always uses 3.3V -- no need for a variable to keep track
 of the voltage
2011-08-01 11:20:26 +00:00
pgoyette e3bc45f1ac Modularize the spdmem(4) driver 2011-08-01 03:49:52 +00:00
jakllsch 58cf20f9d6 simple_lock to mutex conversion. 2011-07-31 18:39:00 +00:00
jakllsch ffb4d47223 The Fintek base address registers implement the bottom 3 bits as read/write,
but the address decoder in the chip ignores these three bits.  Do the same.
2011-07-31 18:23:46 +00:00
jmcneill 9f438526b6 modularize and recognize ASUS F8000 Super I/O chips 2011-07-31 17:53:26 +00:00
jakllsch 080ef1cab8 Restore original residue quirk proposed in PR#42225, it is necessary. 2011-07-31 16:32:02 +00:00
jmcneill 0d3a27d5dc modularize 2011-07-31 16:18:54 +00:00
jmcneill b27acdaa88 modularize 2011-07-31 16:05:01 +00:00
jmcneill 4fc96f8387 add detach support, modularize, build with WARNS=4 2011-07-31 15:59:45 +00:00
jmcneill 6a11e87299 add rescan support 2011-07-31 15:58:25 +00:00
uebayasi c8c01f2329 Put back #include "ioconf.h" per popular demand. 2011-07-31 13:51:53 +00:00
jmcneill ebd9aba013 PR# port-i386/18818: cannot enter ddb with usb keyboard
- ohci: when polling, make sure sc_eintrs has the OHCI_WDH flag set
  otherwise ohci_intr1 won't actually read data
- usbdi: kick the host controller by calling its soft_intr callback when
  switching out of polling mode too

DDB with a USB keyboard works for me now with ohci.
2011-07-30 20:05:36 +00:00
jakllsch 884fa40622 xboxcontroller(4) is now merged into uhidev(4). 2011-07-30 19:25:43 +00:00
rjs b891527cb7 Use new style BPF calls. 2011-07-30 19:06:57 +00:00
jmcneill f9818342b8 ehci_get_ownership: clear BIOS semaphore when setting OS semaphore, slow
down poll rate, and make sure to clear all SMI bits when we're done
2011-07-30 13:19:21 +00:00
jmcneill b6403f9de0 remove xboxcontroller; use the uhidev driver instead 2011-07-30 12:19:12 +00:00
jmcneill 0ccce83148 add support for game controllers in "XInput" mode, they are basically
HID devices without a report descriptor
2011-07-30 12:15:44 +00:00
jmcneill d2b1c474ba Add an FSILENT flag and use it to suppress "Medium Not Present" scsipi
spam when trying to access offline drives at boot.
2011-07-30 12:08:36 +00:00