n_hibma
d9cfc65063
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
0ee0a9878b
Use sizeof more consistently.
2000-05-07 20:02:52 +00:00
des
58fa435eca
Use sizeof more consistently.
...
Outline sanity checking of server port spec.
2000-05-07 20:01:55 +00:00
des
3db481e95d
Implement restart.
...
Use sizeof more consistently.
Outline sanity checking of server port spec.
2000-05-07 20:00:12 +00:00
des
c23ed76a90
Implement restart
2000-05-07 19:56:07 +00:00
n_hibma
bd72b40ad3
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
2695a66902
Add offset field to struct url
2000-05-07 19:46:33 +00:00
n_hibma
0b7d195f48
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
7a35baea95
Regen.
2000-05-07 19:44:44 +00:00
n_hibma
33847a1a54
Sync with NetBSD
2000-05-07 19:44:16 +00:00
n_hibma
d1bfdae6bd
Remove debugging cruft.
2000-05-07 19:13:19 +00:00
n_hibma
d92d5a7419
Initialise the debug value.
2000-05-07 18:40:44 +00:00
n_hibma
836245c81a
Increase the debugging level on a printf.
2000-05-07 18:38:41 +00:00
n_hibma
371920811f
Add a define for the Zip 250
2000-05-07 18:37:13 +00:00
imp
d39c1e880e
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
1d9c3ddb36
*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
d26e40cb27
oops! final piece for Rawhides
2000-05-07 17:44:50 +00:00
rwatson
5dc4cdc7ab
s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.
...
Reported by: knu
2000-05-07 17:21:08 +00:00
ps
7227818397
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
cf9e75b7b7
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
79c712c181
Move variables to if_rayvar.h
2000-05-07 15:15:06 +00:00
dmlb
523e20db8a
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
51ac375360
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
4135c72d72
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
204a9e7fba
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
28230a763f
More static -> Static to keep OpenBSD happy.
2000-05-07 14:23:32 +00:00
ache
ef8c625797
Remove stale file - moved to new location
2000-05-07 13:34:40 +00:00
dfr
b50c67d3b8
Reserve 145 for DRI graphics system.
2000-05-07 13:31:41 +00:00
brian
8bec1e1f9d
Correct a bad bug in m_prepend()
...
Submitted by: luoqi
2000-05-07 10:08:24 +00:00
groudier
181073b764
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
8b4aef321a
Update device names.
2000-05-07 09:50:44 +00:00
kris
07e195cda0
Update device name.
2000-05-07 09:27:53 +00:00
kris
5fe8c20f18
Update device names
2000-05-07 09:26:49 +00:00
kris
c23bb59143
Oops, revert previous commit
2000-05-07 09:23:37 +00:00
kris
390c965a23
Update device references.
2000-05-07 09:23:36 +00:00
kris
317ebb57aa
Update references to disk and tape devices.
2000-05-07 09:16:56 +00:00
kris
2af5f14804
Update device names in examples.
2000-05-07 09:08:31 +00:00
kris
237e2d6229
Remove test for block device.
2000-05-07 08:56:21 +00:00
kris
5b0093f124
Zap reference to /dev/rvn*
2000-05-07 08:22:33 +00:00
mjacob
03dfcaef1f
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
82aa1232c9
Add option for Rawhide (AlphaServer 4100 systems).
2000-05-07 05:50:27 +00:00
mjacob
3e0d930966
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
66bc1a23cf
EISA/ISA memory space is any pa < 8MB.
2000-05-07 05:31:39 +00:00
grog
747ab40a69
Correct a couple of typos.
2000-05-07 05:09:45 +00:00
mjacob
5d89c8e504
add in dec_kn300 (Alpha 4100) case
2000-05-07 05:00:26 +00:00
mjacob
e26de8fee3
add in stubbie mcpcia_pci that will parent PCI busses
2000-05-07 04:59:30 +00:00
mjacob
4ef25ff890
add in the few bits necessary to support Alpha 4100 (Rawhide) systems
2000-05-07 04:58:32 +00:00
mjacob
9eb2408102
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
e2b6c95f29
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
ab3a6fa241
Remove obsolete reference to /var/db/kvm_kernel.db
...
Reviewed by: peter
2000-05-07 02:16:43 +00:00