thorpej
|
23efef79fc
|
Move the code that prints Rx errors into a separate function, rather than
duplicating it.
|
1998-07-21 00:52:15 +00:00 |
thorpej
|
9282418a78
|
Some cosmetic changes.
|
1998-07-21 00:40:17 +00:00 |
thorpej
|
20fb09c609
|
G/c more unused debugging goo.
|
1998-07-21 00:24:45 +00:00 |
thorpej
|
6014ea2216
|
Garbage-collect some unused debugging goo.
|
1998-07-21 00:23:18 +00:00 |
thorpej
|
f45804c4c6
|
Nuke sc_iobase (and a serious misuse of it!)
|
1998-07-21 00:22:29 +00:00 |
thorpej
|
22ff8accae
|
Use fixed-size types.
|
1998-07-21 00:20:35 +00:00 |
thorpej
|
5b56c35223
|
Nuke the "pia" typedef.
|
1998-07-21 00:18:35 +00:00 |
thorpej
|
44d02a07d0
|
Update for <dev/isa/cs89x0reg.h>
|
1998-07-21 00:11:03 +00:00 |
thorpej
|
57488ef1e4
|
Remove the register descriptions from this file, and split them into
<dev/isa/cs89x0reg.h>
|
1998-07-21 00:10:11 +00:00 |
thorpej
|
41986b6ad6
|
Print out the revision as a letter, i.e. 'A', ...
|
1998-07-15 03:29:47 +00:00 |
thorpej
|
25a86ef490
|
Be a little more thorough when printing the chip name, and also print
the chip revision.
|
1998-07-15 00:01:17 +00:00 |
thorpej
|
45c63f6b7b
|
Massive cleanup of this driver (format police, autoconfig). More to come.
|
1998-07-14 23:38:49 +00:00 |
thorpej
|
8eeb7eaad0
|
Implement an ISA bus_dma back-end for NetBSD/arm32. Tested only on the
Shark, but should work for other ISA-"enabled" arm32 systems, as well.
|
1998-07-08 04:58:03 +00:00 |
thorpej
|
696858d5f9
|
Nuke these; we use the MI ISA DMA code now.
|
1998-07-08 04:57:13 +00:00 |
thorpej
|
98b07e4b07
|
Provide an ISA chipset tag via isa_attach_hook(). G/c home-grown
ISA DMA code, in favor of the MI code.
|
1998-07-08 04:56:13 +00:00 |
thorpej
|
b51b6b7c04
|
Lift-and-tweak from the i386 port (near-complete rewrite), providing
the ISA DMA stuff expected by machine-independent code.
|
1998-07-08 04:54:47 +00:00 |
thorpej
|
eeb19dd33c
|
Remember our ISA chipset tag.
|
1998-07-08 04:53:33 +00:00 |
thorpej
|
f7e400a7ab
|
Use the machine-independent ISA DMA code.
XXX We use COHERENT for now; need to deal with sync'ing DMA maps being
XXX used by the isadma driver.
|
1998-07-08 04:53:03 +00:00 |
mark
|
4a463e49fe
|
defopt CPU_* options in opt_cputypes.h
|
1998-07-07 03:05:15 +00:00 |
mark
|
c73c7674d7
|
defopt IRQSTATS.
|
1998-07-06 00:53:07 +00:00 |
jonathan
|
3751946b97
|
defopt INET, NETATALK.
|
1998-07-05 00:51:04 +00:00 |
thorpej
|
46320bb017
|
Clean up the bus space function namespace somewhat; make sure they don't
collide with function names used in other parts of the kernel.
|
1998-06-28 07:27:51 +00:00 |
mark
|
522eff7069
|
Fix unused variable warning in csCopyTxFrame() when DIAGNOSTIC is not
defined.
|
1998-06-20 20:38:33 +00:00 |
tv
|
49fd1860fe
|
Add UVM support.
|
1998-06-12 23:08:52 +00:00 |
tv
|
11e9a04748
|
Add a hack to make the ofisa.o compile using the old MD isadma code, for
now.
|
1998-06-12 21:07:44 +00:00 |
tv
|
8f428e3872
|
Kill non-NetBSD RCS tags.
|
1998-06-08 20:23:07 +00:00 |
tv
|
f19cf41458
|
Add rcsID.
|
1998-06-08 18:18:58 +00:00 |
tv
|
ae1b70e048
|
ISA shark-dependent code. Missed this file on last commit.
|
1998-06-08 18:18:11 +00:00 |
tv
|
ee69a0b0a0
|
Add ISA support needed for Shark and the CATS board (CATS isa_machdep not
here yet).
|
1998-06-08 17:49:42 +00:00 |