jmcneill
21629183b8
Add pmf support.
2008-05-25 16:19:12 +00:00
plunky
fcf1772a80
after the "struct disk" is finished with, it should be
...
destroyed with disk_destroy(9) to stave off LOCKDEBUG
panics.
2008-05-03 08:23:41 +00:00
ad
39f45b13ce
- If x86, trust the nvram and elminate long probe delays.
...
- Update for amd64.
2008-04-30 23:02:43 +00:00
martin
3028e483e4
Convert to new 2 clause license
2008-04-29 06:53:00 +00:00
martin
ce099b4099
Remove clause 3 and 4 from TNF licenses
2008-04-28 20:22:51 +00:00
garbled
fcdfd014d7
Minor fixes to some of these files:
...
Add recognition for the CS4232C revision chip. (0xa2)
Make ic/ad1848.c compile with AUDIO_DEBUG
Add a needed machine/bus.h include to ic/cs4231.c
Add a few additional register defines to ic/cs4231reg.h
2008-04-28 18:49:27 +00:00
xtraeme
9f6e54935c
Also attach in the IT8726F Super I/O.
2008-04-26 19:01:53 +00:00
xtraeme
27a6b8b36a
Fixup the negative VINs, they were inverted and conversion was wrong.
2008-04-26 12:59:24 +00:00
xtraeme
fc4443a49b
Set the ENVSYS_FCHANGERFACT flag in voltage sensors, so that we
...
can use the 'rfact' property in /etc/envsys.conf to change the
resistor factor (in case the converted data is not correct).
2008-04-22 13:33:38 +00:00
cegger
376411d2dd
device_t / softc split. From Hans Rosenfeld.
2008-04-16 09:39:01 +00:00
cegger
b849cd90e5
device_t / softc split. From Hans Rosenfeld
2008-04-15 15:02:28 +00:00
tsutsui
78a1d236b6
Split device_t/softc for MI ncr53c9x and some related devices,
...
with various cleanup.
2008-04-13 04:55:52 +00:00
tsutsui
7c06c0a3e8
Split device_t/softc for MI mb86960, with misc cosmetics.
2008-04-12 06:27:01 +00:00
tsutsui
bdd6dadf75
Fix a botch (inverted test) in rev 1.4.
2008-04-12 04:33:48 +00:00
cegger
09b1b08c50
make this build with FD_DEBUG
2008-04-11 19:16:44 +00:00
cegger
8a19ab6bca
convert to pmf(9)
...
ok jmcneill
2008-04-11 13:00:47 +00:00
cegger
cf417aad7e
use aprint_*_dev and device_xname
2008-04-08 20:08:49 +00:00
xtraeme
bea13694d3
Add the autoconf(9) detach method; useful for the LKM.
2008-04-05 18:32:14 +00:00
tsutsui
d637b91d45
Split device_t/softc for more ncr5380sbc variants, with related changes.
2008-04-04 16:19:51 +00:00
xtraeme
6e993e74bb
Fix fallout from previous commit.
2008-04-04 13:10:41 +00:00
tsutsui
d9941582bf
Split device_t/softc for le(4) and variants and misc cosmetic changes.
2008-04-04 12:25:06 +00:00
xtraeme
74fc6cf06c
Split device_t/softc and other related cosmetic changes.
2008-04-04 09:49:49 +00:00
xtraeme
315a851ae4
Don't forget to unmap I/O space in the error paths.
...
Split device_t/softc and other related cosmetic changes.
2008-04-04 09:41:40 +00:00
xtraeme
6f1c8ce653
Don't forget to unmap I/O space in the error paths.
2008-04-04 09:30:55 +00:00
xtraeme
6137f9f2a1
Don't forget to unmap the I/O space in the error paths.
2008-04-04 08:44:22 +00:00
xtraeme
1b00b10fa6
Remove an unused softc member.
2008-04-03 23:16:23 +00:00
xtraeme
a68cbff5b2
Add the finsio(4) driver. This driver supports the Hardware Monitor
...
device in the Fintek LPC Super I/O chips, this includes the following
list:
- F71805F
- F71806F
- F71862FG
- F71872F
- F71882
- F71883F
This has been adapted from the fins(4) driver available in OpenBSD, which
only supported F71805F.
Tobias Nygren <tnn> and myself added support for the other chips; thanks go
to Tobias for testing the driver with a Fintek F71882 chip.
2008-04-03 22:46:22 +00:00
xtraeme
5cc216e9bb
Add support for the SCH5307-NS and SCH5317 Super I/Os. They are
...
compatible with LPC47B397, only the device ID is changed.
Simplify and improve the code, and split device_t/softc.
2008-04-03 13:36:33 +00:00
dyoung
d3627477d7
Certain misguided people have complained, NetBSD only runs rare or
...
"retro" computers, but NetBSD also runs a growing number of rare
and retro add-on cards. With this patch, NetBSD supports the IDEC
Supervision/16, a black&white image capture board for the 16-bit
ISA bus. Approximate date of manufacture: 1991. Total instances
known to be in use throughout the world: one.
Coming soon; isvctl(8), the utility program for capturing 8-bit,
512x480 images at speeds of up to 6 frames per second.
2008-04-02 01:34:36 +00:00
xtraeme
92d36024a5
Fix fallout from device_t/softc split to mpu(4):
...
always pass the mpu_softc to mpu_intr(). Found by Takeshi Nakayama.
2008-04-01 20:44:29 +00:00
xtraeme
8530f5047d
Fix fallout from device_t/softc split to mpu(4):
...
always pass the mpu_softc to mpu_intr(). Found by Takeshi Nakayama.
2008-04-01 13:35:39 +00:00
ad
584864fcf7
This driver's probe routine is particularly slow, so disable it if the
...
system is known to have no ISA expansion slots. XXX
2008-03-30 15:27:24 +00:00
ad
cad7ab7809
Add isa_get_slotcount/isa_set_slotcount to get/set the number of ISA
...
compatible expansion slots in a system.
2008-03-30 15:24:08 +00:00
ad
75ffa7cd83
Make TCICDEBUG / TCICISADEBUG compile.
2008-03-29 17:36:45 +00:00
ad
625a7a611a
Waiting 5s for the card to reset during probe is not cool!
2008-03-29 17:13:03 +00:00
mlelstv
23aa31d043
PPC systems predating prep and running the mvmeppc port
...
have compatible hardware.
2008-03-29 09:01:35 +00:00
drochner
fd0ded75ed
split device/softc for USB host controllers and the usb (control)
...
device,
this is hairy stuff, and I've only tested with uhci/ehci at pci,
please test the rest and report problems
2008-03-28 17:14:45 +00:00
xtraeme
0ab2da71ce
Split device_t/softc for mpu(4) and its attachments, plus other
...
related cosmetic changes.
Reviewed by cube@.
2008-03-27 10:22:00 +00:00
xtraeme
701c2ae0a3
Split device_t/softc for joy(4) and all its attachments. Also
...
use device_lookup_private() and related cosmetic changes.
Reviewed by cube@.
2008-03-26 18:27:07 +00:00
matt
595211a098
split device_t/softc. Use aprint_*_dev and device_xname.
...
switch to device_lookup_private.
2008-03-26 17:50:32 +00:00
xtraeme
8bea7f6b6e
Split device_t/softc for ug(4) and other related cosmetic changes.
2008-03-26 16:09:37 +00:00
cube
7aa6248cdf
Split device_t and softc for ATA devices, as well as wd(4). Other
...
cosmetic changes where appropriate.
2008-03-18 20:46:35 +00:00
cube
6b4a748e71
Fix compilation. Noted by yamt@.
2008-03-16 22:30:31 +00:00
cube
bb192d4cfd
Split device_t and softc for the ... wait for it ... [air quotes] MI
...
variant of fdc(4)/fd(4). Other cosmetic changes as appropriate.
2008-03-16 00:58:56 +00:00
cube
4dccf0ae94
Split device_t and softc for opl(4). That should have been done along with
...
midi(4), because opl_softc embed a midi_softc.
Fixes PR#38242 by Onno van der Linden.
2008-03-15 23:14:38 +00:00
cube
612c30d938
Split device_t and softc for sb(4) and all its attachments.
2008-03-15 21:09:02 +00:00
cube
8bc324423f
Split device_t and softc for isa(4).
2008-03-15 16:56:29 +00:00
cube
a22d8d4abb
Split device_t and softc for pckbc(4) and its attachments.
2008-03-15 13:23:24 +00:00
cube
d293cfca1a
Split device_t and softc for all attachments of vga(4).
2008-03-14 22:12:08 +00:00
cube
607ead0ef4
Split device_t and softc for all com(4) devices (well, everything that
...
uses a com_softc backend). Use proper types and ansify where appropriate.
2008-03-14 15:09:09 +00:00