Commit Graph

48282 Commits

Author SHA1 Message Date
n_hibma
248ff7cdf9 Do the attach (and detach) properly. Store the cookies.
This is a first step to make usb unloadable.
2000-05-07 20:16:25 +00:00
des
24fc5a634a Use sizeof more consistently. 2000-05-07 20:02:52 +00:00
des
3ea431147c Use sizeof more consistently.
Outline sanity checking of server port spec.
2000-05-07 20:01:55 +00:00
des
b3e0327d08 Implement restart.
Use sizeof more consistently.
Outline sanity checking of server port spec.
2000-05-07 20:00:12 +00:00
des
d1d3e9261a Implement restart 2000-05-07 19:56:07 +00:00
n_hibma
e3af3c6c80 Add the Prolific PL2301 and PL2302 Link cables.
Submitted by:	Dirk van Gulik <dirkx@webweaving.org>
2000-05-07 19:49:48 +00:00
des
1651977fcb Add offset field to struct url 2000-05-07 19:46:33 +00:00
n_hibma
1aa0358b35 We match on vendor/product so return the fact that udbp is vendor/product
specific.
2000-05-07 19:46:20 +00:00
n_hibma
560111b8f8 Regen. 2000-05-07 19:44:44 +00:00
n_hibma
27368b3c79 Sync with NetBSD 2000-05-07 19:44:16 +00:00
n_hibma
8d44a0509a Remove debugging cruft. 2000-05-07 19:13:19 +00:00
n_hibma
b6ef7a482d Initialise the debug value. 2000-05-07 18:40:44 +00:00
n_hibma
8aaf208b29 Increase the debugging level on a printf. 2000-05-07 18:38:41 +00:00
n_hibma
69dbd7eb31 Add a define for the Zip 250 2000-05-07 18:37:13 +00:00
imp
af6ec1d83e Don't claim devices that we fail to probe for. Reverse the sense of a test
so that we return failure when we've failed and succeed when we succeed.
Otherwise, users always get a sn device :-(.

PR:		18431
Submitted by:	<sanpei@sanpei.org> MIHIRA Yoshiro-san
2000-05-07 18:20:40 +00:00
n_hibma
b2946ef5ea *sigh* I must have been on something that night. Make xpt_periph an
extern with the original in cam_xpt.c instead of replicating
xpt_periph in all the sources using it (and hence not initialising it)
2000-05-07 18:04:50 +00:00
mjacob
ad4b0cfe97 oops! final piece for Rawhides 2000-05-07 17:44:50 +00:00
rwatson
e92063f247 s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.
Reported by:	knu
2000-05-07 17:21:08 +00:00
ps
e4ca68a36e Fix checksum calculations. This should fix the network problems
in current where all packets were returning with bad checksums.
(observed with netstat -s).

Reviewed by:	alfred
2000-05-07 16:41:15 +00:00
dmlb
96a0bad122 Move _detach to be underneath _attach.
Move the code that checks the card into _probe and out of _attach and
shuffle a couple of things around in attach.

Set ifp in the variable block - catches unused variables.
2000-05-07 16:03:36 +00:00
dmlb
d3c561129c Move variables to if_rayvar.h 2000-05-07 15:15:06 +00:00
dmlb
6421fa70b7 Split out structures to make it a bit easier to find my way around and
be more like sys/dev coding.
2000-05-07 15:12:18 +00:00
dmlb
3a744bfbe7 Sync with an early version of the -current code. Mainly a tidy up
of some function names, dropping the ISA bits that were never used and
removing __P

We've renamed the _pccard_ stuff as nothing else probes or attaches.

In the next commit we will move some routines around and split out some of the
structure definitions to another file.

I've dropped the SYSCTL as I never got it working. APM is gone too as it
is broken.

Note, that the attr_read/write will be in both this and NEWCARD/NEWBUS so
I've moved the prototypes to the right place.
Add a few casts.
2000-05-07 15:00:06 +00:00
nyan
21e9f6f5bd Fixed bus_space_{read,write}_region_* functions.
Pointed out:	Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
2000-05-07 14:46:15 +00:00
phk
d7b9833b0a Include a RFC 1533 "Maximum DHCP Message Size" option in our request.
ISC DHCP will limit the reply length to 64 bytes for bootp replies
unless we explicitly tell it we can do more.  We tell it that we can do
1200 bytes.
2000-05-07 14:29:19 +00:00
n_hibma
807d51f90b More static -> Static to keep OpenBSD happy. 2000-05-07 14:23:32 +00:00
ache
803691abfb Remove stale file - moved to new location 2000-05-07 13:34:40 +00:00
dfr
7a22ecffac Reserve 145 for DRI graphics system. 2000-05-07 13:31:41 +00:00
brian
798531b00d Correct a bad bug in m_prepend()
Submitted by: luoqi
2000-05-07 10:08:24 +00:00
groudier
9048fa30f2 Work-around a couple of C1010 quirks:
- Reload SCNTL3 after selection from host   (C1010-33).
- Reload SCNTL4 prior to any DATA OUT phase (C1010-66).
- Use max SCSI offset 31 for ST but 62 for DT.
2000-05-07 09:54:33 +00:00
kris
0d6c516ff3 Update device names. 2000-05-07 09:50:44 +00:00
kris
b1f675064a Update device name. 2000-05-07 09:27:53 +00:00
kris
36fb312c84 Update device names 2000-05-07 09:26:49 +00:00
kris
19dc073881 Oops, revert previous commit 2000-05-07 09:23:37 +00:00
kris
18fe9e0d16 Update device references. 2000-05-07 09:23:36 +00:00
kris
684a53f402 Update references to disk and tape devices. 2000-05-07 09:16:56 +00:00
kris
6db232d789 Update device names in examples. 2000-05-07 09:08:31 +00:00
kris
4b5eb94748 Remove test for block device. 2000-05-07 08:56:21 +00:00
kris
3538324578 Zap reference to /dev/rvn* 2000-05-07 08:22:33 +00:00
mjacob
95fef8aa5d Well, for now at least, we'll also have the 4100 also have a prom console. 2000-05-07 06:15:37 +00:00
mjacob
75a6d53bb6 Add option for Rawhide (AlphaServer 4100 systems). 2000-05-07 05:50:27 +00:00
mjacob
f5853bc59e Pass the vector on thru instead of checking EISA/ISA ints. It turns
out the FreeBSD code did the right thing by starting EISA/ISA vectors
at 0x800.
2000-05-07 05:49:27 +00:00
mjacob
21f823da20 EISA/ISA memory space is any pa < 8MB. 2000-05-07 05:31:39 +00:00
grog
68073bd90d Correct a couple of typos. 2000-05-07 05:09:45 +00:00
mjacob
af2f3358e6 add in dec_kn300 (Alpha 4100) case 2000-05-07 05:00:26 +00:00
mjacob
ab51aabc9e add in stubbie mcpcia_pci that will parent PCI busses 2000-05-07 04:59:30 +00:00
mjacob
cfe001ca9c add in the few bits necessary to support Alpha 4100 (Rawhide) systems 2000-05-07 04:58:32 +00:00
mjacob
c300a10c08 Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems.
We have *got* to fix this bogosity of trying to steal part of the PCI
address space for this stuff.
2000-05-07 04:56:19 +00:00
mjacob
bd5067ce71 Add in a first pass at Alpha 4100 (Rawhide) support. It doesn't quite
boot all the way yet, but it's darn close (blows up somewhere probing
the PS/2 mouse on the EISA bus).
2000-05-07 04:53:04 +00:00
kris
6a0963ec10 Remove obsolete reference to /var/db/kvm_kernel.db
Reviewed by:	peter
2000-05-07 02:16:43 +00:00