Commit Graph

29325 Commits

Author SHA1 Message Date
macallan 5013edde75 - set colour channel info only in 32bit colour
- fix comment ( don't claim to run in some byte-swapped mode when we don't )
2012-04-12 18:55:26 +00:00
nakayama efa37975b6 - Add pmf(9) suspend, resume to bwi(4) cardbus front end.
- Apply cardbus code cleanups.
2012-04-12 12:52:58 +00:00
macallan 54eeb2711b add license headers
I need to find a way to extract at least the copyright notice from the .ttf
file so ttf2wsfont can do this mostly automatically.
2012-04-10 16:16:03 +00:00
jruoho 0addcacfb8 Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep. 2012-04-10 13:48:24 +00:00
plunky 1687854c43 Tidy up a little, the way that midi attachment code works
- change midi_attach() to omit the 'parent' arg (there are
  only two callers of this and it is not used)

- change midisyn_attach() to midisyn_init(), so not needing a midi_softc,
  and fix the midi_pcppi driver to set hw_if and hw_hdl directly in
  its midi_softc before calling midi_attach()

- add a device_t to opl_softc structure, change opl drivers to store
  the device 'self' in opl_softc and fix opl_attach() to use this
  opl_softc->dev field directly rather than a field in an otherwise
  unused midi_softc

- remove unnecessary midi_softc from opl and cms drivers (child device
  provides that)

reviewed by mrg
2012-04-09 10:18:16 +00:00
mlelstv 3348a6d20f regen 2012-04-09 08:10:30 +00:00
mlelstv 66bb40eeae Add Intel Sandybridge integrated graphics 2012-04-09 08:09:36 +00:00
christos d4b8bfc16d PR/46310: Ryo ONODERA: Add support for cardbus bwi(4) 2012-04-08 20:49:29 +00:00
jakllsch fa7b9b37d1 regen. 2012-04-08 13:14:29 +00:00
jakllsch 407b8c7f47 Make the RS690 entries more closely match the terminology of the RS690
RRG/RPR/BDG documents.
2012-04-08 13:14:04 +00:00
jakllsch 71be90dcda As suggested in the previous commit, the overwrite of the pci_attach_args
is a bug.  Although I have not tested on real hardware, Linux's
pata_sl82c105.c only looks at the revision of the PCI bridge.
2012-04-08 13:08:02 +00:00
jakllsch 35bbcf62a7 regen. 2012-04-08 12:44:02 +00:00
jakllsch 756d2c5e05 - NEC uPD720100A is USB2.
- Add NEC uPD720200, a USB3 Host Controller
2012-04-08 12:43:36 +00:00
jakllsch 5801643229 Add IDs for Fresco Logic and their FL1000 and FL1009 xHCI chips.
Derived from OpenBSD.
2012-04-08 12:40:03 +00:00
christos 6d50f87a30 regen 2012-04-07 17:27:25 +00:00
christos daa5ea1b80 more broadcom stuff 2012-04-07 17:26:16 +00:00
jakllsch 59bedd05fe regen. 2012-04-07 11:56:27 +00:00
jakllsch dc1c888dd2 Add ADS InstantFM Music (RDX-155). 2012-04-07 11:54:34 +00:00
christos cc0b3c1656 recognize apple disks. 2012-04-07 05:36:10 +00:00
christos 5d992415ee use the partition sector size. 2012-04-07 05:09:09 +00:00
christos 7cb5dc5826 If our raid is now accessed from wedges, adjust the root to be the wedge
that corresponds to partition a. Is there a better way?
2012-04-07 01:39:38 +00:00
christos d365bff1e6 Add a quirk for the Apple iPod whose mode sense commands fails with not ready.
Seems to work just fine if we send a start command first...
2012-04-06 22:50:39 +00:00
plunky 4946fc398d device_pmf_is_registered() is not required 2012-04-06 20:33:20 +00:00
plunky 37e862fcf6 device_pmf_is_registered() is not required 2012-04-06 20:16:58 +00:00
matt 2a87f54efb Regen. 2012-04-06 18:49:44 +00:00
matt 838bae0c3f Add VSC8221 2012-04-06 18:49:17 +00:00
chs 9bf3cb01a7 take the kernel lock during detach of atapibus as well. 2012-04-06 17:12:45 +00:00
isaki 842922a8db Regen from miidevs,v 1.106; sync a comment with a fact. 2012-04-06 09:16:34 +00:00
isaki 5770fc9668 Sync a comment with a fact.
There is MII_OUI() in miivar.h not mii.h after 2001.
2012-04-06 09:15:37 +00:00
mrg 5e93f75a8a don't hold the thread lock while calling allocm() or freem(). fixes PR#46121 2012-04-06 06:15:13 +00:00
isaki 5c9d9eaa20 Fix a typo (that I found 5 years ago). Though the definition of
atabusiodetach_args is the same as atabusioscan_args (at the moment).
2012-04-06 02:52:00 +00:00
plunky 490bfa094b midi_attach() does not actually ever use the parent device
pointer, so no need to store it in sc_dev. Further, remove
the sc_dev field entirely since it is easily confused with
the dev field, which is the 'self' device pointer. Fix the
comment.
2012-04-05 20:25:53 +00:00
plunky 6948556de5 move the pmf_device_register() for midi.c and midi_pcppi.c to midi_attach()
for symmetry, since it is removed in midi detach code

and don't need to call device_pmf_is_registered() before registering it
2012-04-05 20:13:34 +00:00
plunky 38c4ee0750 no need to device_pmf_is_registered() before unregister 2012-04-05 16:31:53 +00:00
macallan 32d7b2d780 abort attach if memory access is not enabled
this avoids a panic later on when trying to attach to an unconfigured ohci
found for example in later iBooks when DIAGNOSTIC is set
2012-04-05 04:04:05 +00:00
macallan 89fafab322 remove the FreeMono font for licensing reasons 2012-04-05 02:46:21 +00:00
uwe 04d84125dd Regen for Marvell Yukon 88e8040 ethernet. 2012-04-04 23:00:35 +00:00
uwe 566d60f313 Add Marvell Yukon 88e8040 ethernet. 2012-04-04 22:58:56 +00:00
plunky 7e98c91dc1 register/deregister pmf(9) NULL handlers for bthub(4) and
bluetooth devices which attach there, to fix PR/39006
2012-04-03 09:32:53 +00:00
drochner 8e1ae09c43 reorder initialization to improve error handling in case the system
runs out of file descriptors, avoids LOCKDEBUG panic due to double
mutex initialization
2012-03-30 20:15:18 +00:00
pgoyette 7035c98bff Add match for JMB362 (with two SATA ports). 2012-03-29 00:02:41 +00:00
pgoyette e1ce5b34af Regen for JMB362 2012-03-28 14:55:22 +00:00
pgoyette 64616916a3 Add JMB 362 (as found on ASUS M5A99X motherboard) 2012-03-28 14:54:15 +00:00
jruoho 78d78ed5a9 Fix a regression introduced during the change of the DMI naming conventions
(rev. 1.48). Also add a quirk for ASUSTeK's M2A-MX in order to allow
powernow(4) to attach (reported by bouyer@).
2012-03-27 18:37:57 +00:00
macallan e05df72103 correctly draw alpha fonts with an uneven number of pixels per characters
radeon is weird how it handles leftovers
2012-03-26 21:59:01 +00:00
mrg 568410ae67 deal with PR#46232: ensure locking around audio_clear() is handled
consistently and avoid locking against self.
2012-03-26 18:26:10 +00:00
hannken 68e229c7e8 When backed by a sparse file limit the number of pending requests.
Should fix PR #45829: "writing to vnd on sparse file blocks on pager_map"
where the pager_map gets exhausted by requests enqueued on a vnd
device and the device worker thread blocks on putpages() needing the map.

While here always sync the underlying vnode before calling biodone().

XXX: vnd should be converted to mutex/condvar.
2012-03-26 16:28:08 +00:00
mrg 9a1921b3ca don't use mutex_spin*() on an IPL_NONE mutex. fixes PR#46120. 2012-03-26 06:49:15 +00:00
nonaka db4c04c984 Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices. 2012-03-25 00:11:16 +00:00
sborrill e2fd437bbe Add IBM ServeRAID M5014 as subtype 2012-03-22 15:05:36 +00:00