soren
2d937cc876
Make it a bit more clear which functions are specific to which models.
...
Split off register definitions into eapreg.h.
Remove duplicate codec reset.
2000-03-19 17:11:50 +00:00
cgd
638726b0db
* rework the quirk table ('device_tab'):
...
* QUIRK_NOMSG only has any meaning when NCR_GETCC_WITHMSG
is defined. Therefore, there's no harm in using it when
NCR_GETCC_WITHMSG is not defined. so, simplify the table
by removing the #ifdef.
* there's really no point in having table entries after
an entry which will match everything.
* add some comments, clean up spacing.
* add an entry for "QUANTUM"/"ATLAS IV" drives with flags
QUIRK_NOTAGS|QUIRK_NOMSG. (I included the latter flag only
because everything else had it before! ... which means that
all the functionality added with the NCR_GETCC_WITHMSG define
would never get used! *sigh*) The latter fixes the problems
I was having on an Atlas, and should fix the problems mentioned
by Hans Hoppe <hopha@casema.net> in comments on PR#7694.
2000-03-18 06:59:02 +00:00
cgd
52b7212c58
undo the non-script changes from rev 1.87. They caused problems in
...
1.4.x and i have concerns (but no concrete proof) they will cause/have caused
problems in -current as well. Really, the right way to fix this is to
rewrite the driver, and push up tagged queueing handling into a common
middle layer that'll do it right in a low-level-driver-independent manner.
I'll fix my particular issues by using the ncr driver quirk mechanism.
2000-03-18 06:47:28 +00:00
soren
bd1cc85c63
Use a kvtophys() hack for mips like for alpha. No idea if it actually works..
2000-03-17 11:30:14 +00:00
bouyer
5c0cae7a28
Fix botched merge in previous.
2000-03-17 09:25:22 +00:00
bouyer
0bf221f2d9
- remove leftovers of FreeBSD code in #if 0/#endif
...
- fix a bug in ti_encap() where a NULL pointer could be used if we run out
of tx descriptors (return ENOMEM instead, and let the caller assert OACTIVE)
- sync boot messages with NetBSD's pci standart (print ti_name and irq
line)
- add a shutdown hook to stop the board, so that the board will not DMA at
random places while we're rebooting
- convert all but TIGON 1 transmit descriptors to use bus_space
(this last one isn't trivial to get rigth and I don't have the hardware to
test)
- If we can't map the mem space linar, retry to map it nolinear. Punt if
we couldn't map the mem space linear and we found a Tigon 1 chip.
With these changes a Tigon 2 board (netgear BA620 at last) can be used in
my DS20.
2000-03-17 09:20:16 +00:00
thorpej
93eb82ff2f
Recognize the Intel InBusiness.
2000-03-16 23:41:40 +00:00
thorpej
56460ec830
Regen.
2000-03-16 23:41:30 +00:00
thorpej
3f182de5c6
Add product ID for the Intel InBusiness 10/100 Ethernet adapter (which
...
is an i82559 with a different product ID).
2000-03-16 23:36:44 +00:00
ad
70063dc527
Driver for Compaq array controllers and disks (cac(4)/ca(4)).
2000-03-16 14:52:22 +00:00
fvdl
1a774a9979
Set bus_intr to ahc_pci_intr.
2000-03-16 10:34:33 +00:00
thorpej
c38405d33d
Add power management support to the `tlp' driver. The battery on my
...
laptop lasts a whole lot longer now.
2000-03-15 18:39:50 +00:00
fvdl
14620f1eee
PCI frontend for new ahc driver.
2000-03-15 02:33:52 +00:00
haya
b6f22443bb
Remove ancient code.
2000-03-15 00:38:40 +00:00
enami
60ed7cfb2b
Simplify the code a bit.
2000-03-14 10:26:10 +00:00
enami
70b8e188ee
Don't think that a card is inserted if there is a card already in the slot.
...
Note that powerdown hook calls pccbbintr so that it detect card insertion or
removal during suspension.
2000-03-14 10:23:16 +00:00
enami
d454505125
Cosmetic change.
2000-03-14 10:20:09 +00:00
tsarna
e58bd0c365
Regen
2000-03-14 01:46:56 +00:00
tsarna
67027b1103
Add product ids for some VIA Technologies VT82C686A southbridge devices.
2000-03-14 01:45:11 +00:00
enami
b3cf850817
Fix typos in comments.
2000-03-14 01:29:30 +00:00
ad
f91ce51084
Regen.
2000-03-13 17:24:14 +00:00
ad
e22c4b3d1f
Add a bunch of Compaq array controllers.
2000-03-13 17:23:26 +00:00
mycroft
e750135b5e
A few things:
...
* Initialize PCIC_INTR and PCIC_CSC_INTR on all chips, not just TI.
* Leave card detect interrupts enabled in PCIC_CSC_INTR. (This requires
reading PCIC_CSC in the interrupt handler on some chips, so do that too.)
* Leave PCIC_INTR_ENABLE set, as some chips require this to post card detect
interrupts while in PCMCIA mode.
* Leave PCIC_INTR_RESET (which is inverted) set at all times *except* when
powering up a socket, as some chips will use it to drive RESET# low even
while a CardBus card is in the slot.
This makes PCMCIA and CardBus cards works with some TI chips. Cross-checked
with a Toshiba ToPIC 95B.
2000-03-12 11:31:53 +00:00
drochner
30f73f1831
support bus probes a la "badaddr" and VME interrupts, fix error handling
...
after mapping problems
2000-03-12 11:23:06 +00:00
drochner
e135f943fa
add support for DMA mapping, bus probes ala "badaddr" and VME interrupts,
...
improve diagnostic output
2000-03-12 11:21:02 +00:00
nathanw
1203bdcbb3
Bus_space-ify TGA register accesses.
...
(raster operations are still using pointer-based access)
2000-03-12 05:32:29 +00:00
mycroft
602faa83a8
Do *not* fiddle with the serial/parallel IRQ mode selection on TI chips.
...
Without extensive probing, we cannot possibly know that we're doing the right
thing.
Also some stylistic changes.
2000-03-12 04:34:29 +00:00
mycroft
781b535703
Revert the previous change.
2000-03-12 04:27:12 +00:00
mycroft
c7a13f6116
Revert the previous change. It does not match the commit message *and* was
...
incomplete (and probably quite broken).
2000-03-12 04:25:57 +00:00
thorpej
5c64f2064d
Add missing sc_pil_intr_enable member to pccbb_softc.
...
XXX Double check this, please. The code appears to only use it as a
boolean, but...
2000-03-12 01:15:04 +00:00
jdolecek
27fe6c0aee
regen
2000-03-11 16:13:39 +00:00
jdolecek
d01b78affd
Add id for Alliance AT25, as sent by Dave Sainty in kern/9596.
2000-03-11 16:13:14 +00:00
soren
2d525b16dd
The shortened 1371 reset delay in revision 1.32 doesn't seem to be
...
quite enough for my 1373, so increase it some.
2000-03-11 06:42:37 +00:00
bouyer
b58bf3c7bb
Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map()
...
(used only in failure case). Pointed out by Wolfgang Solfrank.
While I'm here correct indentation.
2000-03-10 21:21:48 +00:00
haya
173f823e3a
Only apply power on 3.3 V CardBus card (there are no 5 V CardBus card.)
2000-03-10 11:08:49 +00:00
soren
c70220f2a2
Move PCIIDE_CHANNEL_NAME macro to pciidereg.h.
2000-03-09 20:26:31 +00:00
drochner
0542cec055
put "#ifdef __alpha__" around "alpha_mb()" calls
...
(I know the driver is useless without console initialisation, but it
should at least compile.)
2000-03-09 18:40:36 +00:00
jdolecek
24ea2caf14
regen
2000-03-09 09:53:03 +00:00
jdolecek
3abb87c0f5
Add Conexant SoftK56 PCI Software Modem, Sony CXD3222 OHCI i.LINK(IEEE 1394)
...
PCI controller, Sony Memory Stick I/F Controller
Ids send by John Hawkinson in kern/9588
2000-03-09 09:50:49 +00:00
mycroft
5eee9ca94c
Determine the size of the SROM by probing the chip using the standard Microwire
...
protocol. Eliminates the need for srom_quirks and some other trash.
2000-03-07 00:39:17 +00:00
thorpej
91c44a72b8
Set ifp->if_baudrate as appropriate.
2000-03-06 21:02:37 +00:00
thorpej
a6f861574a
No longer necessary to futz with ifp->if_baudrate here.
2000-03-06 21:02:00 +00:00
bouyer
c34cce88c4
Add support for the AMD 756 DMA/UDMA IDE controller, provided in
...
PR kern/9536 by Dave Sainty.
2000-03-06 18:02:26 +00:00
perry
d97becf28e
Make Creative Soundblaster PCI 128's work -- from Masahiro Ishiyama
...
Note that on device close, there's a sharp pop that probably should be fixed.
Note also that the device is hanging the machine at times for brief
periods inside audio.c::audiogetinfo(), but I haven't yet figured out
why.
2000-03-06 03:18:11 +00:00
mark
c74ea28746
Support the W89C940F alternative ID.
2000-03-06 03:07:08 +00:00
mark
9e870c5a88
Regenerate from pcidevs.
2000-03-06 02:32:31 +00:00
mark
1a0eab6fa3
Add SYMPHONY 83C553 PCI-ISA bridge.
...
Add alternative ID for Winbond W89C940F.
2000-03-06 02:31:19 +00:00
elric
23af6e53fd
Moved things around a bit so that TGA2 can be used as a console.
...
Addresses PR: port-alpha/9542
2000-03-05 07:57:52 +00:00
elric
1dfdd10eae
I got the mode sense bits of the monitor wrong they needed a twiddle (~).
2000-03-05 02:30:57 +00:00
tron
c98328e9df
Regen from "pcidevs".
2000-03-04 13:24:24 +00:00
tron
947ec630de
Add AMD Athlon chipset related devices. Patch supplied by Dave Sainty in
...
PR kern/9533.
2000-03-04 13:23:26 +00:00
elric
f939818426
Added basic TGA2 support to the TGA driver. Abstracted the RAMDAC
...
code out into ../ic/bt485.c. Disabled tga_bt463.c, which we don't
currently support.
2000-03-04 10:27:59 +00:00
thorpej
285a315e99
Simplify the winlist code.
2000-03-01 23:40:26 +00:00
drochner
7da6407d04
add (minimal, PIO only) support for the popular "Tundra Universe"
...
PCI-VME interface chip and a frontend for the "Bit3 Mod. 2706"
PCI-VME adapter
2000-02-25 18:22:39 +00:00
ad
c86b7572f9
Cosmetic change.
2000-02-25 00:23:57 +00:00
itohy
5ed29fa2d6
Delete a superfluous newline in attach message.
2000-02-24 03:42:44 +00:00
fair
7f8cdf038f
Fix a missing closing parenthesis in an error diagnostic
2000-02-23 08:31:25 +00:00
haya
d94804a788
Pccbb maintains the interrupt handlers for 16-bit PC Cards
...
by itself.
Add some comments.
2000-02-23 07:28:54 +00:00
enami
347823e807
Include dev/isa/isavar.h so that this file compiles again.
2000-02-22 22:46:16 +00:00
thorpej
3f9cf7572c
Don't use void * for chipset tags. Bad hacker, no biscuit.
2000-02-22 16:04:44 +00:00
enami
b785bb47a0
Establish a powerhook and make sure the card detect interrupt is enabled
...
after resume from suspend, as i82365.c does.
This is a workaround for newer Sony VAIO notebook.
Patch is submitted by Atsushi Onoe (onoe@sm.sony.co.jp ) in PR#9463.
2000-02-22 02:35:26 +00:00
thorpej
70bbb1b84e
Sync PCMCIA memory mapping with a change from rev 1.47 of i82365.c:
...
always map attr memory 8 bit, since its defined that way. (chopps)
2000-02-21 01:44:36 +00:00
sommerfeld
3a76270201
deal with a DELAY vs. delay issue
2000-02-20 22:19:29 +00:00
mjacob
717d5b1cc3
Support for > 12 byte commands for parallel SCSI.
2000-02-19 01:54:42 +00:00
soren
4331d2bcaa
Regen.
2000-02-16 04:29:32 +00:00
soren
021ff75015
Add Toshiba ISA bridge.
2000-02-16 04:29:20 +00:00
mjacob
6eba47aa8f
add (untested in NetBSD yet) Qlogic 12160 (Ultra3) suppot
2000-02-12 02:22:37 +00:00
bouyer
f522d6f1ee
Supports "USR 3CP5609 PCI 16550 Modem", from Kent Polk.
2000-02-08 16:26:23 +00:00
bouyer
b3cffb232f
regen
2000-02-08 16:24:00 +00:00
bouyer
b614c6a569
Add US Robotics vendor ID, and USR 3CP5609 PCI 16550 Modem product ID.
...
From Kent Polk.
2000-02-08 16:22:37 +00:00
cgd
dbeafc9dbe
clean up some printfs
2000-02-06 08:14:13 +00:00
chopps
6d8c9583a7
indent this file
2000-02-05 18:42:37 +00:00
chopps
101848d272
run this through indent with some comment cleanup -- more knfing needed.
2000-02-05 18:20:08 +00:00
dante
29be498635
Add a list of all the currently supported boards
2000-02-04 13:16:22 +00:00
dante
cbacaf54d7
Add AdvanSys U2W (LVD) boards support
2000-02-03 20:28:26 +00:00
dante
fd2fd888ef
Add AdvanSys U2W host adapters
2000-02-03 16:56:23 +00:00
dante
787999d9e4
Add AdvanSys U2W boards
2000-02-03 16:51:42 +00:00
joda
5b67628108
regen
2000-02-03 13:58:55 +00:00
joda
1533d39d9e
2 Micro -> O2 Micro
2000-02-03 13:58:28 +00:00
thorpej
eed75dbc26
Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass
...
flags down from the parent to child vi mii_attach().
2000-02-02 17:09:38 +00:00
thorpej
84dc99fdea
Bring some order to the chaos which was the MII code function naming
...
"conventions".
2000-02-02 08:05:26 +00:00
chopps
d8e72e215d
implement probing for available irqs on non-cirrus pcmcia controllers
...
including cardbus controllers running in pcic mode
2000-02-01 22:39:51 +00:00
thorpej
547bd53f89
Add support for the SiS 7016.
2000-01-31 18:36:12 +00:00
thorpej
f457f7c969
Regen.
2000-01-31 18:34:51 +00:00
thorpej
a2efc77ee1
Add SiS 7016 10/100 Ethernet.
2000-01-31 18:34:19 +00:00
thorpej
b1ec3fa901
Give the ISV filter a chance to verify 21143 pass 4.1 SROMs before running
...
them through the quirk table.
2000-01-26 16:51:11 +00:00
thorpej
063cb5e5dc
Additional hackery for the Cobalt interfaces. Even though these are
...
pass 4.1 21143s, they have a 128-byte SROM, and thus use a different
SROM address size than all other pass 4.1 21143s.
A plea to hardware designers -- *please* read application notes for
the components you're using before putting your hardware together. Thanks.
2000-01-26 15:50:52 +00:00
haya
639bd74d21
Pccbb manages interrupt handlers by itself for its child device.
2000-01-26 09:02:41 +00:00
thorpej
4656f0ba52
Remove the FreeBSD support from this file. It hasn't worked in FreeBSD
...
for some time, and only made the code harder to read.
2000-01-26 06:41:11 +00:00
thorpej
494b4a9ed3
Fix an oversight in the AIC-7xxx SEEPROM split.
2000-01-26 06:27:32 +00:00
thorpej
8949eab0cb
Split the code that reads the SEEPROM into its own file.
2000-01-26 06:04:37 +00:00
thorpej
2bd8866643
"i/o" -> "memory"
2000-01-25 23:23:48 +00:00
drochner
7360584deb
use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where the
...
PCI BAR bit is referred to
(XXX is the hack still necessary?)
2000-01-25 22:31:06 +00:00
drochner
4f1e715248
use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where the
...
PCI BAR bit is referred to
2000-01-25 22:30:04 +00:00
thorpej
6dc0e3435d
IFM_1000_FX -> IFM_1000_SX
2000-01-25 20:19:14 +00:00
thorpej
02af3f45b6
Clean up the SROM addrbits code a little.
2000-01-25 19:53:34 +00:00
thorpej
6aca67041c
Add a chip type for the Xircom X3201-3, and centralize the declaration
...
of the chip names array.
2000-01-25 19:29:17 +00:00
joda
492bfe70f3
get the device name from pcidevs instead of having a list here
2000-01-25 14:34:24 +00:00
augustss
73ce2abd33
Make sure PIRQD enable bit is set. From FreeBSD.
2000-01-25 11:26:06 +00:00
haya
dccf05f858
Do pccbb_chipinit() after YENTA register space allocation.
...
Add TI PCI 1451 PCI-CardBus entry.
2000-01-25 09:36:43 +00:00
haya
f18e32d670
Regen.
2000-01-25 09:06:50 +00:00
haya
7b4d7aaba1
Add TI PCI 1451 PCI-CardBus bridge.
2000-01-25 09:04:03 +00:00
chopps
b50b01e020
Don't enable the interrupt until after we cycle the power, disable
...
interrupt at disable, and make this code look more like the std pcic
code. From Mycroft and I.
2000-01-25 06:16:34 +00:00
thorpej
c4d8a60bac
Handle Cobalt Networks interfaces, which are 21143 pass 4.1 devices
...
with a simple (MAC address only) SROM format.
From Soren S. Jorvang <soren@wheel.dk>
2000-01-25 03:23:56 +00:00
joda
7ac1ad97ba
The TI 2030 is a PCI-PCI bridge and doesn't belong here
2000-01-24 15:51:59 +00:00
joda
4b45d02e15
regen
2000-01-24 15:50:16 +00:00
joda
a8308ddfd4
TI PCI2030 is a PCI-PCI bridge
2000-01-24 15:49:50 +00:00
tsubai
1ef6ee50b9
Regen.
2000-01-23 09:55:40 +00:00
tsubai
9aa167f517
Add Apple KeyLargo and UniNorth.
2000-01-23 09:54:28 +00:00
mycroft
901082bf1e
Remove code that should not have been added.
2000-01-23 04:02:19 +00:00
augustss
75e8c400fa
Add parens so a ?: expression binds correctly.
2000-01-23 00:10:03 +00:00
thorpej
dc59bc1db3
Update for sys/buf.h/disksort_*() changes.
2000-01-21 23:39:55 +00:00
ad
e716b4ba71
Fix register offset problem. This should make EISA boards work correctly,
...
and is also needed for the ISA frontend (some time this week).
2000-01-18 16:50:38 +00:00
bouyer
0016706a70
Clean up revision stuff for the sis. Suggested by Chris Cappuccio.
2000-01-18 13:58:07 +00:00
bouyer
a569e4a38f
Correct URLs.
2000-01-18 13:30:32 +00:00
cjs
762741c71d
Fix the size of the playback buffer. Patch from Dave Sainty <dave@dtsp.co.nz>.
2000-01-18 04:48:47 +00:00
joda
2367ad5f3d
add shutdown hook
2000-01-17 12:57:26 +00:00
bouyer
9156026f0f
From chris@openbsd.org:
...
"Don't enable UDMA modes for revisions of SiS 5513 < 0xd0
The only revisions I know which don't actually support UDMA are 0x09 and below..
But the only revision I know which does support UDMA is 0xd0 (and presumably
above that)"
2000-01-16 21:31:28 +00:00
matt
a9e57ac54d
Fixes for 21143 and MII in full-duplex mode.
2000-01-15 18:39:31 +00:00
augustss
a30f6c8ad9
Apply patches from Tatoku Ogaito (the author of the code).
2000-01-14 14:39:13 +00:00
tsutsui
7fcb8a3a8c
minor cosmetic
2000-01-14 13:20:17 +00:00
mycroft
1ee1632a02
Remove EX_CONF_MII for the 3c980. At least 2 people need this for the card
...
to work.
2000-01-13 23:26:35 +00:00
joda
87414deb1e
remove stale comment
2000-01-13 09:05:41 +00:00
joda
8430609055
(pccbb_pcmcia_do_mem_map): handle 8-bit memory
2000-01-13 09:01:17 +00:00
joda
e8937eb4e5
make this slightly more inline with other code; and while at it, fix
...
some oddities in pccbb_winset
2000-01-13 08:54:20 +00:00
joda
69034619d0
add %b strings for sockevent and sockstate registers
2000-01-13 08:46:46 +00:00
haya
27214a2c93
Add an entry for Toshiba ToPIC100 CardBus-PCI bridge.
...
Maintainance for 3Com multi-function, 16-bit pcmcia card.
2000-01-12 09:23:26 +00:00
haya
d978274ade
Regen.
2000-01-12 09:11:42 +00:00
haya
6a0979928c
Add an entry for Toshiba ToPIC100 CardBus-PCI bridge.
2000-01-12 09:08:36 +00:00
matt
3a0141108b
Regen.
2000-01-11 17:21:02 +00:00
matt
d8c0efec1b
Add CompuModules DVB receiver and transmitter boards.
2000-01-11 17:20:24 +00:00
soren
18bb5846c7
Regen.
2000-01-09 09:20:01 +00:00
soren
2c073c654d
Add MPC105.
2000-01-09 09:19:26 +00:00
ad
8f3fd0d6b3
Spelling.
2000-01-05 16:28:39 +00:00
drochner
6f64d1e85f
regen
2000-01-05 11:32:43 +00:00
drochner
2abcb85b5f
add some stuff which was mentioned on the mailing lists recently
2000-01-05 11:32:06 +00:00
chopps
a4d9bd9484
Add support for setting the clock and adapt the code to the new more
...
generic ic/hd56470.c core which now supports the isa version of the
same card.
2000-01-04 06:31:39 +00:00
hubertf
e9e9f381a1
Add an entry for the Trident Microsystems CYBER 9525
...
(as found in an Toshiba Satellite 2650 XDVD).
1999-12-31 00:12:41 +00:00
hubertf
ac50ee0e91
Add an entry for the Trident Microsystems CYBER 9525
...
(as found in an Toshiba Satellite 2650 XDVD).
1999-12-30 23:53:42 +00:00
kleink
1e9bb239a3
Off-by-one error in limiting the DMAC buffer size for Audio 2 to 64K (actually
...
64K - 1); from Dave Sainty in PR kern/9064.
1999-12-28 19:26:26 +00:00
kleink
f6655d0f7e
Fix a buffer KVA comparison botch in eso_mappage(); from Dave Sainty in
...
PR kern/9062.
1999-12-28 01:39:38 +00:00
soren
841d4966c3
Lower-case Bus-Master for consistency.
1999-12-26 21:46:23 +00:00
tsutsui
f1a6ac445d
Use htole32() and le32toh() instead of SCR_BO().
...
XXX Should we still keep non-NetBSD part?
1999-12-26 10:41:22 +00:00
haya
35a9d47da9
Maintanance for Ricoh RL5C475. VAIO 505TX uses this chip.
1999-12-20 08:11:42 +00:00
tsutsui
2f3ba68db9
Add more SCR_BO(). NCR53c875 now works on macppc.
...
XXX All SCR_BO() macros should be replaced with htole32() or le32toh().
1999-12-20 03:37:06 +00:00
mjacob
be6fe10ee6
get back to looking at config flags
1999-12-20 00:33:17 +00:00
tsutsui
7374a44f77
Use bswap32() as SCR_BO() macro to avoid unexpected side effects.
...
SCR_BO(*src++) caused some trouble.
1999-12-18 07:57:03 +00:00
drochner
5257d9712e
regen
1999-12-17 17:19:11 +00:00
drochner
289c969284
add Intel 450NX stuff
1999-12-17 17:18:48 +00:00
augustss
b7b9264da6
Regen.
1999-12-17 14:00:12 +00:00