drochner
e30fed33a8
regen
1997-10-01 18:09:20 +00:00
drochner
d54cc43bfc
Correct a number of Intel PCI devices, sync with names used in data sheet.
...
Add newer Intel / VIA i386 chipsets.
Correct one S3 chip, add one.
Mostly from Carl Shapiro <css@samsara.dialup.access.net> per PR kern/4169
and kern/4170 (identical).
1997-10-01 18:08:23 +00:00
thorpej
76786b38b6
Mimmick the logic used by other drivers to determine if we should use
...
memory-mapped or i/o-mapped access to the device registers, and always
choose memory-mapped if it is enabled. In particular, do _not_ explictly
disable the space we decide to not use, as this confuses some versions
of Alpha console software (which are arguably buggy because of this
problem).
Also, fix a logic error pointed out by Ross Harvey <ross@teraflop.com>
that would cause memory-mapped access to never be enabled.
1997-09-24 22:46:29 +00:00
mycroft
3e5cee3ce5
If the region size turns out to be 0, return an error. This is what will
...
happen if we try to use a mapping register that's not actually defined.
1997-09-23 23:08:47 +00:00
mycroft
966e96d880
Regen.
1997-09-23 22:36:33 +00:00
mycroft
d23f3059e5
Add the Ensoniq AudioPCI.
1997-09-23 22:35:48 +00:00
perry
3979615b0d
ncr_reg.h -> ncrreg.h per Dave Huang
1997-09-23 02:39:15 +00:00
perry
69fbaa747d
updates from FreeBSD via Dave Huang <khym@bga.com>
1997-09-23 02:27:43 +00:00
bouyer
b342ad4ea3
Regen.
1997-09-15 15:08:34 +00:00
bouyer
cc58dfb1b7
Add some of Compaq's network products.
1997-09-15 15:02:36 +00:00
enami
377e2c7b82
Declare PCIVERBOSE by defopt in files.pci. Include opt_pciverbose.h
...
in pci_subr.c.
1997-09-13 08:49:50 +00:00
thorpej
4f7a116064
Add missing "break;" statements in the code that determines the
...
media setup by the Alpha SRM console software.
From Ross Harvey <ross@teraflop.com>.
1997-09-12 22:40:02 +00:00
drochner
daf8124106
regen
1997-09-12 11:05:20 +00:00
drochner
e4c20d6210
another graphics chip...
1997-09-12 11:04:36 +00:00
mycroft
761c2e275a
Fix bogus comment.
1997-09-12 05:20:52 +00:00
mjacob
18430b4e5e
For the 2100- the flags weren't quite right- but things worked anyway. Wierd.
1997-09-10 02:16:13 +00:00
mycroft
8c578dc960
Pass down bus_dma_tag_t's as appropriate (per Jason's bus_dma code).
1997-08-30 06:53:57 +00:00
mycroft
73e975d161
Pass the I/O and memory enable flags through the bridge.
1997-08-30 06:51:07 +00:00
mycroft
f77eaf96e2
Pull in new file.
1997-08-30 06:48:57 +00:00
mycroft
aae78d29c3
Don't export pci_*_find() any more.
1997-08-30 06:48:24 +00:00
mycroft
e2bb22033b
Remove pci_*_find() from here.
1997-08-30 06:47:44 +00:00
mycroft
5da739c6b8
* Rewrite pci_io_find() and pci_mem_find() using my original pci_map_io() and
...
pci_map_mem(), with appropriate changes for bus_space.
* Add extra arguments for use by pci_mapreg_*(), and make the functions
static.
* Rewrite pci_mapreg_info() and pci_mapreg_map() as wrappers around
pci_*_find(), using the documented interface.
1997-08-30 06:46:58 +00:00
thorpej
22880d02f4
Regen: added SMC83C170 entry.
1997-08-28 00:24:23 +00:00
thorpej
b7a3500cd3
Add an entry for the SMC 83C170 "EPIC/100" Fast Ethernet chip.
1997-08-28 00:12:44 +00:00
bouyer
6f3bab1f59
Merge scsipi branch in the mainline. This add support for ATAPI devices
...
(currently only CD-ROM drives on i386). The sys/dev/scsipi system provides 2
busses to which devices can attach (scsibus and atapibus). This needed to
change some include files and structure names in the low level scsi drivers.
1997-08-27 11:22:52 +00:00
thorpej
782324102f
Use if_media to change media type, not IFF_LINK*.
1997-08-25 22:39:55 +00:00
thorpej
b2c3b768d3
- Add RCS tags that got lost.
...
- Fix a couple of typos in PCI space configuration.
1997-08-25 19:03:44 +00:00
thorpej
9c690ec9a6
Add RCS tags that got lost.
1997-08-25 19:02:19 +00:00
thorpej
a2a13689fd
Merge with 970703 snapshot of Matt Thomas's de driver.
1997-08-25 18:56:46 +00:00
drochner
d8453956fc
regen
1997-08-23 13:45:11 +00:00
drochner
91c75e9870
Add one more graphics chip.
1997-08-23 13:44:06 +00:00
thorpej
12ef0b5d17
Merge the FreeBSD-current-970823 version of the "fxp" driver, adds support
...
for more PHYs. Closes PR #3953 .
1997-08-23 09:28:13 +00:00
mjacob
24add65376
Major rework to support Qlogic ISP2100 (Fibre Channel PCI card). Also now
...
able to read SXP registers (instead of panicing). Probably have done a bit
of setup overkill- we now alloc some scratch memory for the 2100 that I thought
I would need for the Port database, but so far I haven't needed to retrieve
the port database. Well, early days yet.
1997-08-16 00:28:10 +00:00
mjacob
9de423f255
Add in PCI_PRODUCT_QLOGIC_ISP2100.
1997-08-16 00:25:43 +00:00
drochner
8aa62d76fc
Regen with new RCS ID. (thanks, Bernd)
1997-08-14 16:31:13 +00:00
drochner
e588696c8e
Include some more stuff.
1997-08-14 15:41:49 +00:00
fvdl
70c89b79f4
Regen.
1997-08-03 23:41:05 +00:00
fvdl
c98a1885a9
Add a few VIA Apollo chipset IDs
1997-08-03 23:40:27 +00:00
bouyer
f50739b7b5
Back out previous change. This was for bouyer-scsipi, and not for the trunk.
1997-07-23 10:50:29 +00:00
bouyer
4022e46acf
Forgot a scsi->dev/scsipi.
1997-07-23 07:41:56 +00:00
pk
013ac04cfb
config.new => config
1997-07-20 20:30:46 +00:00
cgd
8f43428a7f
regen for new pcidevs
1997-07-19 10:41:57 +00:00
cgd
d2bdd55b3a
clean up a few entries, fix the entry for the TI PCI1130 so the device
...
is properly named, add entries for the TI PCI1131 and PCI2030. also note
that you shouldn't always believe everything you read.
1997-07-19 09:54:09 +00:00
cgd
429a941288
don't expect/provide pci_decompose_tag to be a MI, public function. It
...
wasn't intended to be to begin with, and uses of it (e.g. the one in the
'de' driver) are quite likely to be incorrect.
1997-07-19 09:49:39 +00:00
jtk
c0f08c42a8
use "locators.h" defines for indices for cf_loc[] and default values
1997-07-17 01:01:06 +00:00
cjs
312218482a
Add QUIRK_NOTAGS quirk to disable tagged command queuing for particular
...
drives. Add a quirk entry for HP C372x drives with QUIRK_NOTAGS. Also,
print quirks being used if quirks other than QUIRK_NOSYNC are being used.
1997-07-01 00:41:43 +00:00
thorpej
ca84057878
Correct Intel Triton MX PCI IDs, from Tom Yu <tlyu@mit.edu>, PR #3478 .
1997-06-24 06:20:24 +00:00
kml
0953486d37
Added definitions for Essential Communications RoadRunner HIPPI and
...
Gigabit Ethernet interfaces.
1997-06-24 05:04:10 +00:00
cgd
22da43e670
Change expected mapping register type argument for the pci_mapreg_map()
...
call for the board's memory space to be PCI_MAPREG_MEM_TYPE_32BIT_1M or
PCI_MAPREG_MEM_TYPE_32BIT depending on the board ID. Also, remove a
bogus extra argument to an interrupt-establishment-error printf. Problems
pointed out by Jarkko Torppa <torppa@cute.fi> in PR 3753, but fixed slightly
differently than he suggested.
1997-06-17 05:44:22 +00:00
thorpej
e78f8ce7da
Duplicate register mapping logic from Tulip driver.
1997-06-09 01:23:20 +00:00