augustss
3d6e4de045
Format tag and format type tests were interchanged.
1999-10-13 20:13:29 +00:00
augustss
0a020334b9
Regen.
1999-10-13 19:11:07 +00:00
augustss
940b21d891
Add a Telex microphone and a Midiman MIDI port.
1999-10-13 18:55:32 +00:00
augustss
cefd751ca7
Remove FreeBSD tags that got in there by accident.
...
Add #include <sys/time.h> to usb.h.
1999-10-13 18:52:54 +00:00
thorpej
358756a995
Add declaration for the Adaptec AIC-6915 64-bit 10/100 Ethernet interface.
...
Note: this is a placeholder right now; the driver should be ready in the
next few days.
1999-10-13 18:37:12 +00:00
augustss
1e35ed7989
Temporarily disable a DIAGNOSTIC.
1999-10-13 14:28:07 +00:00
augustss
8b40b63505
Regen.
1999-10-13 09:00:49 +00:00
augustss
a7fe98f881
Add Sandisk ImageMate.
1999-10-13 09:00:21 +00:00
augustss
03a522d3c1
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
...
the USB stack compiles on FreeBSD again.
1999-10-13 08:10:55 +00:00
tsubai
956c00aaf3
Change kernel segment base to 0xf00000. Some PM9500s won't boot with the
...
old value (0xfffff0).
XXX I don't know why...
1999-10-13 04:01:06 +00:00
tsubai
bc7211f403
Use battable to map obio space rather than using bat1 registers statically.
1999-10-13 03:51:32 +00:00
tsubai
9f58dd36d0
Change char *bootpath to char bootpath[].
1999-10-13 03:27:47 +00:00
augustss
42d6f8a8b9
Regen.
1999-10-13 03:01:52 +00:00
augustss
736c5dc95e
Add Kodak DC240.
1999-10-13 03:01:37 +00:00
augustss
ea503f0b6c
Regen.
1999-10-13 02:25:26 +00:00
augustss
86911423eb
Add SIIG DigiFilm-Combo Reader
1999-10-13 02:24:59 +00:00
augustss
11403b6ec1
Fix some bugs in USB controller detach code.
1999-10-12 20:02:47 +00:00
wrstuden
7478ef04eb
Catch up with sys/disklabel_mbr.h.
1999-10-12 19:40:51 +00:00
wrstuden
52d0d8e1d9
Make symlink for powerpc@.
1999-10-12 19:40:27 +00:00
jdolecek
7f589dba84
rename the MD Debugger() to cpu_Debugger()
...
add MI Debugger() which switches to console if wscons is used prior
to calling cpu_Debugger()
1999-10-12 17:08:56 +00:00
jdolecek
d22624c1d2
add wsdisplay_switchtoconsole() to allow other parts of kernel to force
...
the wscons to switch to console; code taken from wsdisplay_shutdownhook(),
which is now just a wrapper around wsdisplay_switchtoconsole()
1999-10-12 16:47:41 +00:00
sommerfeld
d0790aa895
in ipfr_fastroute, before calling icmp_error(), put received-interface
...
back into the packet. (ip_output() clears it since ipsec reuses that
packet field in the output path. by putting it back, we're going to
pretend we're back on the input path now).
1999-10-12 14:51:34 +00:00
augustss
df435c83b2
Add an event mechanism so that a userland process can watch devices come
...
and go.
1999-10-12 11:54:56 +00:00
augustss
3887698369
Regen.
1999-10-12 11:27:52 +00:00
augustss
e202d5a5c2
Add another device.
1999-10-12 11:25:13 +00:00
augustss
6628b9be8a
Stylistic changes.
1999-10-12 11:24:22 +00:00
augustss
b14b78dfc9
Deallocate resources (bus space and interrupts) when detaching from
...
the bus.
1999-10-12 11:21:24 +00:00
hannken
9d12a71473
Add support for `Adaptec AHA 2940UW Pro'.
...
Behaves like the `Adaptec AHA 2940UW'.
Device info: product id = 0x8778, Chip = AIC7880P.
1999-10-12 08:41:55 +00:00
matt
8a762f7db3
Fix appletalk over ethernet.
1999-10-12 04:53:45 +00:00
wrstuden
7e6f0456f6
Catch up with rev. 1.5 of ../include/cpu.h where we added a new routine
...
w/o adding a fake_ initializer for it. :-(
1999-10-12 00:34:21 +00:00
thorpej
8d56d3f3f0
Bound one auto-calibration loop that was missed in previous rounds of
...
changes.
Yay, audio on my Dell laptop works again.
1999-10-12 00:16:42 +00:00
thorpej
e3203cc4b6
Detect if kmem is up, and if not, ignore EX_MALLOCOK.
1999-10-11 22:57:17 +00:00
thorpej
b77486892b
Regen.
1999-10-11 17:51:45 +00:00
thorpej
d9497def78
Add 3Com/Megahertz 3CCFEM556BI 10/100 Ethernet/Modem. From Ryoji KATO,
...
PR #8331 .
1999-10-11 17:51:24 +00:00
thorpej
f4f5698f06
Add quirks for the 3Com/Megahertz 3CCFEM556BI 10/100 Ethernet/Modem,
...
from Ryoji KATO, PR #8331 .
1999-10-11 17:50:21 +00:00
thorpej
eda20693f0
Add support for the 3Com/Megahertz 3CCFEM556BI 10/100 Ethernet/Modem combo.
1999-10-11 17:49:21 +00:00
thorpej
5082673b91
- Encapsulate the EEPROM reading code into ep_read_eeprom(), and use
...
the correct "read eeprom" opcode on the RoadRunner (which has a larger
EEPROM, and thus needs a different opcode to make room for the larger
offsets).
- Reset and enable the MII before probing for PHYs, and reset and enable
the MII in epinit().
- Be more conservative when resetting the interface after a transmit error.
Based on PR #8331 , from Ryoji KATO.
Closer on 3c574, probably will work fine with the 3CCFEM556BI (which
won't have an older rev TDK Semi PHY, and which was tested by the author
of the PR).
1999-10-11 17:48:20 +00:00
thorpej
7871f8c56d
Add some more RoadRunner bits. Partially from Ryoji KATO, PR #8331 .
1999-10-11 17:41:56 +00:00
hannken
2f3b72ae59
Regen.
1999-10-11 17:33:51 +00:00
hannken
5e63221d99
Add an entry for the Adaptec 2940UW Pro Scsi adapter.
1999-10-11 17:31:52 +00:00
jdolecek
c03fdce32e
remove the ipx stuff accidentaly added in rev 1.260.
1999-10-11 16:15:13 +00:00
mrg
cb6e315ab0
make this work again.
1999-10-11 16:08:47 +00:00
hwr
d5103deed3
Add ad quirk for CDU-561 CD-ROM. From PR kern/8608
...
by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.
1999-10-11 15:28:57 +00:00
augustss
e61b976a20
Allow larger timer variation.
1999-10-11 12:53:14 +00:00
augustss
2f9a41c5e7
Regen.
1999-10-11 09:17:22 +00:00
augustss
bd08192b30
Add more devices.
1999-10-11 09:16:59 +00:00
augustss
740ae27d5a
Add a quirk for devices that lie about how they are powered.
1999-10-11 09:16:39 +00:00
augustss
d0bbed5169
Remove an obsolete comment.
1999-10-11 09:15:34 +00:00
shin
5bad90bb3f
sync with i386 (MBR)
1999-10-11 05:29:04 +00:00
shin
359347c965
fix mips3 TLB printf format
1999-10-11 05:11:02 +00:00
eeh
793cc7a41b
Update to post 1.4.
1999-10-11 01:57:43 +00:00
eeh
1f45477db9
Add netbsd32_compat_14.c
...
Rename everything from compat_netbsd32 -> netbsd32 so we don't have silly
names like compat_14_compat_netbsd32_sys_shmctl().
1999-10-11 01:36:21 +00:00
thorpej
09e277b357
Fix typos in the license notice.
1999-10-11 01:18:35 +00:00
cgd
c3703ecfdd
don't print using string pointer one off the end of the eso_rev2model
...
array. pointed out by Kouichi Hashikawa in PR#8601.
1999-10-10 18:52:03 +00:00
hwr
eed9db126b
Add a quirk to recognize a Toshiba XM-3401TA SCSI CD-ROM as
...
removable SCSI device. From Matthew Fredette <fredette@mit.edu> in
kern/7438.
1999-10-10 18:49:15 +00:00
hwr
6d638c3405
If time delta is larger than thresh. Use 10* adj factor. Make this
...
work for negative deltas too. From NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
in kern/8589.
1999-10-10 18:41:53 +00:00
jdolecek
9516650226
update debug printfs to use "ntfs_loadntnode" instead of "ntfs_loadnode"
...
make ntfs_ntref() real function and properly lock ip->i_interlock when
updating ip->i_usecount
g/c ntfs_uustricmp()
make ntfs_uastr[i]cmp() static, rename arguments to be a bit more mnemonic
add couple of casts to NTFS_TOUPPER() and ntfs_uastr[i]cmp() - this
corrects couple of cases when open()/stat() failed for
files which apparently existed and even showed in ls output
ntfs_ntlookup(): initialize ip properly if ntnode is found in hash table,
so that debug prints doesn't print garbage in that case
some whitespace policy
1999-10-10 14:48:37 +00:00
jdolecek
8f6f5c74df
s/ntfs_loadnode/ntfs_loadntnode()/
1999-10-10 14:20:33 +00:00
jdolecek
af47d3d9a9
ntfs_lookup()
...
* print just the relevant part of cnp->cn_nameptr in debug printf
* if ntfs_ntlookupfile() returned with error, print the returned
error if debugging
1999-10-10 14:19:54 +00:00
mrg
755a273d97
pass a pointer to the list, rather than passing a copy of it, when removing
...
functions from the pfil hook lists. this fixes the "missing function" problem.
also, re-add support for WAITOK that was lost several deltas ago.
1999-10-10 09:07:32 +00:00
sommerfeld
ff0b960398
Fix bug in error handling for NFSv3 + nqnfs.
...
With nfsv2, the nfsm_reply() macro always causes the service routine
to return if error was nonzero.
With nfsv3, we can keep going after nfsm_reply() without returning,
but nqnfsrv_getlease() didn't take this into account, so add a
return(0) after each error-case nfsm_reply(0).
1999-10-10 02:44:55 +00:00
mrg
9c8bc10966
bump to 1.4L -- struct vnode changed.
1999-10-10 01:57:09 +00:00
mycroft
04a784cb79
Fix one more #ifdef, and now it actually compiles again. *sigh*
1999-10-10 00:14:44 +00:00
mycroft
f52d37c204
Oops; this should get mpu.h, not midi.h.
1999-10-10 00:10:26 +00:00
mycroft
92ce7e96c6
NMIDI -> NMPU, to be consistent with sbdsp.c.
1999-10-10 00:08:24 +00:00
mycroft
d486b755ca
Fix prototype of bha_ccb_phsy_kv() so this compiled on the Mac again.
1999-10-09 22:46:20 +00:00
mycroft
c5056ddd8c
NMIDI -> NMPU, to be consistent with sbdsp.c.
1999-10-09 20:57:28 +00:00
mycroft
88a9173b10
NMIDI -> NMPU, to be consistent with sbdsp.c.
1999-10-09 20:54:36 +00:00
sommerfeld
7e72e96529
Fix PR7946 (neighbor discovery tries to block at interrupt level).
...
stack-allocate a sockaddr_storage for the temporary sockaddr rather
than putting it in an mbuf.
neighbor discovery wants to delete expired ifa's from a timeout
handler. allowing rtinit(RTM_DELETE, ...) to run at interrupt level
allows this to work.
i think we can afford the extra ~128 bytes of stack depth ..
1999-10-09 18:55:30 +00:00
jdolecek
105c2e3075
ntfs_nt{get|put|rele}() really are necessary, since ntnode may be
...
shared by several fnodes when the file is simultaneonsly opened by
several callers and different "attributes" (a.k.a. resource forks)
are requested. They have been converted to use lockmgr()-style locking.
1999-10-09 14:29:36 +00:00
jdolecek
cfb7bf7fca
* convert ntfs_nt{get|put|rele}() to lockmgr()-style locking and
...
guard the setting and checking of i_usecount by simplelock; as
situation where there would be several users of same ntnode is
extremery rare, it's not worth the efford to change the code to
hold the (exclusive) lock only when it's needed
* in struct fnode, g/c f_dev & f_type (former is already in ntnode,
latter is in parent vnode), move f_devvp from struct fnode into
struct ntnode (no reason this should be copied in each fnode)
1999-10-09 14:27:42 +00:00
erh
622b465872
Delay clearing of RTF_UP until after deleting rt_gwroute. Otherwise, if rt_gwroute is the same as the original route it will get freed twice. It can end up the same because of unusual "route" commands (PR4561) or certain icmp redirects (PR4827).
1999-10-09 08:13:00 +00:00
cgd
c3d5267629
Don't burst into flame when a QUEUE FULL message is received. Also,
...
do a gross hack which allows seemingly-broken quantum drives to function
with this driver. The gross hack is to disable tagged queueing completely
when QUEUE FULL is received. That costs performance on drives which
do tagged queueing properly and which return QUEUE FULL, but given the way
this driver works it's seems to be the only thing short of significant
recoding which will make it function with the quantum drives in question.
1999-10-08 20:43:45 +00:00
drochner
6b98862760
forgot to comment out the orphaned "scsibus"
1999-10-08 13:53:00 +00:00
itohy
e72ef17380
- a.out header is not a part of text segment in NMAGIC.
...
- Fix section alignment code.
Patch supplied by Izumi Tsutsui, PR #8575 .
1999-10-08 03:55:06 +00:00
nisimura
72de8abb0c
Arrange loop invariants and fix comment description error.
1999-10-08 02:08:15 +00:00
sato
6afd48d017
fix typo about checking RB_POWERDOWN.
1999-10-07 22:15:22 +00:00
ad
033a99c5ae
Note some ideas from Toru Nishimura.
1999-10-07 09:04:10 +00:00
itohy
2b98e16426
Oops! Make it compile again.
1999-10-07 08:16:51 +00:00
itohy
a44328a50e
Fix power-related init code.
...
Change the default mixer setting to make wave and OPL3 volume even.
Mute the chip during attach not to make noise.
1999-10-07 03:28:56 +00:00
ad
0d7e968d86
Enable large cursor by default (at least on i386 for the moment), in
...
response to result of poll on tech-kern.
1999-10-06 23:01:45 +00:00
fvdl
a4e89ca2a1
Define CPU_FPU_PRESENT sysctl value.
1999-10-06 20:04:53 +00:00
fvdl
7c0b0a7b1c
Add machdep.fpu_present sysctl.
1999-10-06 20:04:26 +00:00
fvdl
7bae87cae4
Set variable i386_fpu_present to 1 if a functional FPU was detected. For
...
later retrieval by sysctl.
1999-10-06 20:03:51 +00:00
kleink
a0ff6a4960
Base the definition of MAXLOGNAME on LOGIN_NAME_MAX.
1999-10-06 18:53:55 +00:00
drochner
724d0011ed
comment out "ncr* at isa?" (NCR 53C80 - cheap SCSI) in the standard
...
config files. The probe funktion gives false hits and steps onto
other hardware. (PR port-i386/8361 by cgd and my own experience)
1999-10-06 12:21:43 +00:00
drochner
0b5c897fd0
1. include headers for NS support
...
2. pull in a fix from FreeBSD:
revision 1.18
date: 1999/09/17 18:04:14; author: wpaul; state: Exp; lines: +3 -3
Remember to account for ETHER_ALIGN when setting the maxmimum packet
length for mini receive ring. The max length was MHLEN, however the mbufs
are actually shortened to MHLEN - ETHER_ALIGN to force payload alignment.
1999-10-06 11:23:33 +00:00
msaitoh
3c51010f6a
- unset RS/CS flow control bit from default setting
...
- GC
1999-10-06 09:19:46 +00:00
itohy
245053a1af
Add "opl at ym" and "mpu at ym".
...
Fix typos.
1999-10-06 08:13:17 +00:00
mjacob
51a4d18f0f
If we're discovering, don't tsleep on lbolt if we had a busy status.
1999-10-06 05:01:05 +00:00
nathanw
88a4e0db3c
Regen.
1999-10-05 20:09:44 +00:00
nathanw
d05fd19adc
Add In-Systems ISD-110 IDE adapter.
1999-10-05 20:03:49 +00:00
thorpej
a339b2839b
Have I mentioned how much I love this driver? Fix the code in the tagged
...
queueing support that decreases the number of openings on a device; it
previously assumed that a scsipi_link's `openings' were descreased as
commands were issued, which is not longer the case (`active' is increased).
1999-10-05 17:45:57 +00:00
tron
7d4a18b335
Use long int format in calls to db_printf() where required.
1999-10-05 12:34:32 +00:00
tron
4d4888a7cb
After linux_sys_clone() has been moved to "linux_sched.c" we don't need
...
to include "linux_sched.h" any more.
1999-10-05 09:22:04 +00:00
nisimura
9c2fdffad2
SFB video base register is assigned with an inialial value before use;
...
according to ULTRIX/OSF1 code.
1999-10-05 09:13:30 +00:00
itohy
8444082915
This file is obsoleted by opl3sa3reg.h . R.I.P.
...
Sorry for spamming this list so much. :)
1999-10-05 03:55:08 +00:00
itohy
3d17e2f869
opl3sa3.h -> opl3sa3reg.h
1999-10-05 03:53:07 +00:00
itohy
4aba617989
Add "opl at ym" and "mpu at ym" attachment.
...
Options for ym driver are defopt'ed.
1999-10-05 03:48:27 +00:00
itohy
1fa3147269
Add support for "opl at ym" and "mpu at ym" attachment.
1999-10-05 03:47:20 +00:00
eeh
ff994dd772
Make this compile again.
1999-10-05 03:46:30 +00:00
itohy
871f1c2c0a
New ym driver.
...
1. Add power control to reduce power consumption.
The behavior can be controlled by mixerctl(1).
2. Add suspend/resume hook to keep the parameters.
Currently this includes CODEC and control registers but
does not include the DMA state. FIXME.
3. Support "opl at ym" and "mpu at ym" attachment.
Actually, this is required for power control.
4. Add support for the on-chip 3D enhancement hardware.
This includes bass/treble enhancement, wide stereo, and
the equalization mode. This can be controlled by mixerctl(1).
5. Make "audioctl -w play.gain=xxx" work like as
"mixerctl -w inputs.dac=xxx" and now it changes
the wave output volume correctly.
6. Support hardware master volume switches.
7. Change formula of calculating gain so that all the levels
should be used equally.
8. Change "audioctl name" to "OPL3-SA3" and "audioctl version"
to the version of the chip.
1999-10-05 03:46:08 +00:00
itohy
d82343a7ec
Add power control hooks.
...
Make the wave output mute while playback is inactive. This significantly
reduces noises while preparing playback, especially by mpg123.
1999-10-05 03:44:31 +00:00
itohy
3b2be55d69
Add power control hooks.
1999-10-05 03:42:53 +00:00
itohy
0fed0f8872
"mpu at ym" attachment glue for making use of
...
Roland MPU401 compatible MIDI port on Yamaha OPL3-SA3.
1999-10-05 03:41:05 +00:00
eeh
f1deb2c3ac
Make broken versions of gas happy by using sethi/or instead of set for
...
(negative) addresses.
1999-10-05 03:40:50 +00:00
itohy
04c1bf41b9
"opl at ym" attachment glue for making use of
...
OPL3 FM synthesizer on Yamaha OPL3-SA3.
1999-10-05 03:40:21 +00:00
itohy
4714c97382
YAMAHA YMF175x (OPL3-SA3) control register description.
1999-10-05 03:38:17 +00:00
itohy
55360c0ac0
- Fix wait for ready code.
...
- Mute wave output, not the mixer output, on changing CODEC settings.
- Add support for muting wave output while playback or monitoring is inactive.
- Change formula of calculating gain so that all the levels should be
used equally (the old code uses the min/max gain only at 0/255).
- Cleanup
1999-10-05 03:35:12 +00:00
eeh
cb2f2c8f26
Add RODATA() macro.
1999-10-05 03:34:41 +00:00
mycroft
f233c16c58
Sync with reality.
1999-10-05 03:31:43 +00:00
itohy
dae2f73780
Add support for muting wave output while playback or monitoring is inactive.
...
Cleanup.
1999-10-05 03:31:35 +00:00
itohy
a13ace8bac
Add power control hooks.
1999-10-05 03:29:22 +00:00
hubertf
467dda98ab
Sync usage with the manpage (add -s)
1999-10-05 03:18:32 +00:00
jun
aa11952de6
kernel configuration for IPv6/IPsec. should be in GENERIC in the future.
1999-10-05 02:22:14 +00:00
jun
311b40f89a
GENERIC.v6 -- IPv6 variant of GENERIC. should be in GENERIC.
1999-10-05 02:17:25 +00:00
thorpej
120e8cac48
Fix a botch when updating for the SCSIPI changes.
1999-10-05 00:29:41 +00:00
thorpej
da257060f5
Avoid silly namespace collision w/ some Alpha signal-related variables.
1999-10-04 23:57:32 +00:00
tsubai
eb1c1bdb92
Make media-bay CD detachable.
1999-10-04 22:58:10 +00:00
ad
adff5c3f3c
Use proper mask when RI_FORCEMONO is set and XORing cursor.
1999-10-04 22:52:13 +00:00
ross
b18cdd3e4e
Add transition-flag -S, to regenerate alpha/sparc harmonized checksums.
1999-10-04 21:22:15 +00:00
is
21d10126ed
Make this compile with -DDEBUG again.
1999-10-04 20:28:01 +00:00
augustss
d81ed72642
Implement program change. From Martin Cernohorsky <cerno@ics.muni.cz>.
1999-10-04 19:31:39 +00:00
ross
f67733aa38
s/_ARM32_DISKLABEL_H_/_MACHINE_DISKLABEL_H_/
...
This aligns arm32 with all the other ports and fixes a cross-compile problem.
1999-10-04 19:31:05 +00:00
pk
8800f180c3
Call find_cpus() much earlier so we can use the result while bootstrapping
...
all that pmap stuff.
1999-10-04 19:27:04 +00:00
pk
de22be977a
Since a context table is now pointing at the correct per-CPU region table
...
at all times, we can dispense with the hackery that patches the magic entry
at context-switch time.
1999-10-04 19:23:49 +00:00
ross
9648d2fcd6
Merge from my i386 source tree: make this build on i386 (and others)
1999-10-04 19:23:19 +00:00
ross
722e1970eb
Completely replace the logic used for sparc/alpha checksum harmonization.
1999-10-04 19:19:11 +00:00
pk
b19b1fc269
Each process (i.e. each `pmap') needs a region table for each CPU.
...
Implement this by making the fields `pm_reg_ptp' and `pm_reg_ptp_pa'
pointers to an array of `ncpu' region table pointers and corresponding
physical addresses.
This is a somewhat unfortunate side effect of having the per-CPU data
addressable by the same virtual address on each CPU.
1999-10-04 19:18:33 +00:00
pk
fa65ea182c
Implement sysctl `machdep.booted_kernel'.
1999-10-04 19:11:42 +00:00
augustss
ef0ba32b7d
Regen.
1999-10-04 19:05:42 +00:00
augustss
7a8b326ba9
Add Activewire IO boards.
1999-10-04 19:05:13 +00:00
hubertf
1972c67981
Document what qec, be and qe is.
...
Thanks to Jason Thorpe for explaining!
1999-10-04 19:02:55 +00:00
fvdl
6c6e28d62b
Handle the newer, larger sigset_t Linux now uses.
1999-10-04 17:46:37 +00:00
fvdl
5c04333d5d
It's legal to mmap pages in the lower part of the stack (< limit), and
...
use them, so allow this by relaxing the check for it.
1999-10-04 17:36:37 +00:00
tron
684ef7f4c2
Add emulation for scheduler related syscalls. Although they are dummies
...
even under Linux the posix thread library for "glibc2" requires them.
1999-10-04 16:58:15 +00:00
tron
c81bdfafa8
Regen from "syscalls.master".
1999-10-04 16:57:10 +00:00
tron
9b451861b9
Add emulation for scheduler related syscalls. Although they are dummies
...
even under Linux the posix thread library for "glibc2" requires them.
1999-10-04 16:55:54 +00:00
ad
71639bf8a7
At shutdown, switch to screen 0 on console display so that we see some
...
notification from the kernel.
1999-10-01 22:29:12 +00:00
soren
ebf35f8d46
Account for widened v_usecount in struct vnode.
1999-10-01 22:25:59 +00:00
mycroft
02781a3483
Fix printf() formats.
1999-10-01 22:07:42 +00:00
mycroft
fde519b5e2
Widen usecount and writecount to prevent overflow.
1999-10-01 22:03:17 +00:00
mycroft
c572ae61ed
Widen v_usecount and v_writecount to long to prevent overflow.
1999-10-01 21:59:05 +00:00
mycroft
5e7ae44739
Correct spelling in an #ifdef.
1999-10-01 21:57:42 +00:00
jdolecek
3631d421fe
make compilable with NTFS_DEBUG defined
...
Noted by Patrick Welche
1999-10-01 20:01:20 +00:00
thorpej
a3ef0b7a6d
Fix compilation of ISA bha front-end. PR #8528 , Takahiro Kambe.
1999-10-01 18:17:12 +00:00
ad
e8d7fe2144
- Save SCSI status in the request.
...
- In dpt_intr(), if no interrupt is signalled but the HBA has indicated
that more data will be available soon (HA_ST_MORE), save a context switch
and wait for the data.
1999-10-01 12:20:12 +00:00
ad
0263e62bc4
Rename HA_ST_INDEX to HA_ST_MORE (More data available soon).
1999-10-01 12:08:51 +00:00
itojun
23c246780c
consistent logging for icmp6 redirects
...
XXX should make logs 1-liner so that duplicated logs can be compressed
by syslog(8)?
1999-10-01 10:16:16 +00:00
itojun
97999826c8
sanity check against truncated extension headers.
1999-10-01 10:15:16 +00:00
nisimura
7fbac8b3cc
- Remove defunct codes and arrange consistency between pmax and alpha.
...
- Reduce 'ioasic_base' expose.
1999-10-01 09:19:42 +00:00
itohy
81bfa8dd74
Fix MIX_ATTEN_MASK value so that monitoring should work correctly.
1999-09-30 23:30:15 +00:00
thorpej
6d0137c519
Update for SCSIPI changes.
1999-09-30 23:13:41 +00:00
thorpej
415b44a62a
Rework the Buslogic SCSI driver in preparation for some pending improvements
...
to the SCSIPI subsystem.
- Determine more characteristics about the board, including the number
of concurrent commands that the processor can execute at a time.
- Rework memory allocation strategy so that we can do dynamic pre-allocation
of resources according to workload.
Thanks to the Linux Buslogic driver for having some useful comments.
1999-09-30 23:12:28 +00:00
thorpej
fe12736867
Update for SCSIPI changes. Note that capabilities update is disabled
...
until Matt Jacob has a change to update the driver for the latest
firmware, etc. since update device parameters seems to fail once the
system is really up and running, and eventually causes the controller
to wedge. This may be due to a firmware bug.
Per discussion with Matt.
1999-09-30 23:06:18 +00:00
thorpej
63b8530b4e
Update for SCSPI changes.
1999-09-30 23:04:39 +00:00
thorpej
2b02403498
The old dk_establish() hack doens't work anymore, and should be
...
garbage-collected. device_register() is the One True Way.
1999-09-30 23:01:53 +00:00
thorpej
e6c88a7686
Update for SCSIPI changes.
1999-09-30 22:59:52 +00:00
thorpej
16a9d90e17
Cleanup the scsipi_xfer flags:
...
- `flags' is now gone, replaced with `xs_control' and `xs_status'.
- Massive cleanup of the control flags. Now we explicitly say that
a job is to complete asynchronously, rather than relying on side-effects,
and use a new flag to now that device discovery is being performed.
- Do SCSI device discovery interrupt-driven.
1999-09-30 22:57:52 +00:00
thorpej
8bc5c71e5f
Set the LED mode per the EEPROM on Macronix chips.
1999-09-30 22:28:11 +00:00
thorpej
30e63d853c
Define flags in pci_attach_args which indicate it's okay to use the
...
Memory Read Line, Memory Read Multiple, and Memory Write and Invalidate
PCI commands.
1999-09-30 20:30:06 +00:00
tron
0b48cdd9f8
NetBSD's signal number 11 is SIGSYS nog SIGSEGV.
1999-09-30 19:32:53 +00:00
thorpej
2492ffef4c
Changes to get the Lite-On/Macronix 82C115 working:
...
- 82C115 has a 128-bit multicast hash table, not 512-bit.
- Correct the way the MAC address is read from the SROM, after re-reading
the MX98715A Application Note.
Other semi-related changes:
- Differentiate between MX98715 and MX98715A.
- Improve the Macronix link-up/link-down detection.
1999-09-30 17:48:24 +00:00
thorpej
ac2360fb09
- Improve the comments that describe the various clone chips.
...
- Add some more Macronix register bits.
- Define the Lite-On/Macronix 82C115 ``PNIC II'' registers.
- Add the ADMtek AL981 PHY register bits.
1999-09-30 17:41:39 +00:00
ad
19bd684e8a
- Remove a couple of items from the TODO list.
...
- Add a debug check to dpt_poll() (CCB must have CCB_PRIVATE set).
1999-09-30 17:15:54 +00:00
jdolecek
c8cbfeffb4
mention ntfs_nt{get|put|rele}() staff
1999-09-30 16:59:14 +00:00
jdolecek
3bc0f4abd1
convert ntfs_ntlookup() to use lockmgr()-style locking, instead of it's
...
home brewed variant
1999-09-30 16:56:40 +00:00
soren
1d04441597
Remove outdated list of density codes. mt(1) has helpful
...
hints and the SCSI specification has the real, current list.
1999-09-30 12:12:41 +00:00
thorpej
61e04b2510
Add link-up/link-down detection for the Macronix NWay block.
1999-09-30 00:07:29 +00:00
thorpej
9d911ccd55
Add some optional stats gathering, and fix tx stats counting; use the last
...
descriptor in the packet, not the first.
1999-09-29 23:11:36 +00:00
ad
2399291a41
Define ETHERTYPE_VLAN: IEEE 802.1Q VLAN tagging.
1999-09-29 23:00:21 +00:00
thorpej
be9104dd8d
Define ANAR and ANLPAR bits that are used to negotiate the 802.3x PAUSE
...
feature.
1999-09-29 22:49:33 +00:00
thorpej
6f6f873945
const poison ifunit().
1999-09-29 22:42:02 +00:00
thorpej
56fb88a64a
Grumble, yet another chip-designers-and-manual-writers-disagree. Deal with
...
this by frobbing the 10TCTL register minimally, toggling only the bit we
care about (and hoping that link-capability advertisement happens correctly).
MX98715 can talk to the network now.
1999-09-29 22:07:47 +00:00
ad
122919c087
Install dptreg.h, dptvar.h.
1999-09-29 20:46:41 +00:00
ad
2bb59077e8
EISA frontend for DPT driver (as yet untested).
1999-09-29 20:38:51 +00:00
thorpej
e3398d3647
- Get a little closer on the Macronix chips. Still some more work to do.
...
- Add some basic support for the ADMtek AL981 clone (which, unfortunately,
I can't test until my sample boards arrive).
1999-09-29 18:52:19 +00:00
thorpej
bbd3e72fbc
- Add register definitions for the ADMtek AL981.
...
- Add a comment about the Macronix MX98713 -- it's almost exactly like
a 21140A, and doens't have the Nway registers that the other Macronix
chips have.
1999-09-29 18:50:39 +00:00
ad
f866a1af51
Regen.
1999-09-29 17:45:22 +00:00
ad
2abb3cfff1
- Add vendors: DPT, NEC, AT&T
...
- Add products: DPT, NEC and AT&T EATA SCSI adapters
1999-09-29 17:40:18 +00:00
ad
f6e42db75a
- Move initial reset code into dpt_readcfg()
...
- Bus specific front-end is now responsible for reading EATA configuration
- EATA configuration data is now saved in the softc
- Make synchronous writes work properly
- Don't ignore HBA timeouts in dpt_cmd()
- Prefix eata_cfg's members with `ec_', not `dc_'
1999-09-29 17:33:02 +00:00
ad
51de3bc208
PCDISPLAY_SOFTCURSOR: remember state of cursor during full screen scroll.
1999-09-29 17:29:24 +00:00
ad
e2bdb5f380
PCDISPLAY_SOFTCURSOR: invert foreground too.
1999-09-29 17:26:06 +00:00
jdolecek
28d14a2c3b
struct fnode cleanup:
...
* f_lock is only needed for FreeBSD (for their totally disgusting
and insane way of doing generic vnode locking)
* g/c f_mp, it was write-only
* some comments added
1999-09-29 15:58:28 +00:00
jdolecek
66f0e7b121
move definition of ntfs_fget() and ntfs_frele() to ntfs_subr.h and g/c
...
now obsolete ntfs_extern.h
1999-09-29 15:36:07 +00:00
jdolecek
bb9c5c97e2
one less - there is not point in optimizing ntfs_ntvattrget(), as the right
...
entry is found in 3rd pass at maximum; the duplicated code has been put
into new function ntfs_findvattr()
1999-09-29 15:31:11 +00:00
bouyer
f644b42971
keep KERN_SHORTCORENAME mid id for binary compat (the kernel will return
...
EOPNOTSUPP) and gives KERN_DEFCORENAME a new, unused id.
Suggested by cgd (thanks !:)
1999-09-29 11:58:45 +00:00
kleink
7732d7348e
Add missing sv(4).
1999-09-29 10:46:03 +00:00
kleink
9daa657fd9
Add eso(4).
1999-09-29 10:43:14 +00:00
scottr
f63afdf2ff
Normalize autoconfig output.
1999-09-29 06:14:02 +00:00
scottr
8e9fd55168
Add support for the Macintosh LC Ethernet Adapter, from Ken'ichi Ishizaka.
...
This was erroneously recognized as an 8390-based card, where in fact it is
using the 83932 (SONIC) controller.
1999-09-29 06:04:50 +00:00
thorpej
1cb047331b
Regen.
1999-09-29 00:20:25 +00:00
thorpej
33f02f24b7
- Add Sundance Technolgy vendor ID.
...
- Add Sundance Technolgy ST201 10/100 Ethernet product ID.
- Add D-Link DFE-550TX product ID (uses ST201 chip).
1999-09-29 00:19:51 +00:00
thorpej
e2504d1efc
Regen.
1999-09-29 00:07:51 +00:00
thorpej
8f22cca8ea
Add adaptec AIC-6915 10/100 Ethernet.
1999-09-29 00:07:15 +00:00
ad
80aa2508fc
Entries for dpt(4).
1999-09-28 23:43:07 +00:00
ad
9876b8900e
- Fix some comments.
...
- Synchronous writes musn't linger in the HBA's cache.
1999-09-28 23:39:14 +00:00
ad
7064961321
- Add some profiling gunk.
...
- Add CCB_SYNC for CCBs where data must be written synchronously by the HBA.
1999-09-28 23:35:29 +00:00
thorpej
f134ebc280
Sync the ASCII Ethernet address decoder with mhzc.c. New version by
...
Chuck Cranor is more efficient and fixes a bug which would have caused
data corruption in some cases.
1999-09-28 23:20:42 +00:00
thorpej
df12499646
Add code to take a device out of Power-Down state if it's in such a state,
...
and attempt to attach Macronix chips.
1999-09-28 23:12:23 +00:00
thorpej
619bd37d4d
Fix a slight buglet in `enable' magic odering, point out by
...
Chuck Cranor.
1999-09-28 22:46:43 +00:00
thorpej
0bd09380a2
Oops, Macronix MX98713A doesn't have GPIO direction bits in the SROM
...
because it doesn't have a GPIO port (CSR12 is the `10baseT status'
register on this chip revision).
1999-09-28 21:56:45 +00:00
thorpej
c98787207b
Add Megahertz Ethernet/Modem combo card goo.
1999-09-28 18:07:29 +00:00
thorpej
b5a2d37e04
Add a driver for the Megahertz Ethernet/Modem combo cards, e.g. XJEM3336.
...
This supplies an attachment of the `sm' and `com' drivers.
Thanks to Chuck Cranor for sifting through the Linux smc91c92_cs.c driver
to find the magic sequence that brings the Ethernet portion of the card
on-line!
1999-09-28 17:58:55 +00:00
thorpej
9103e43937
Don't handle the Megaherz XJEM3336 here.
1999-09-28 17:57:03 +00:00
thorpej
cca601b9b2
Make sure the Revision register contains the correct magic number.
...
From Chuck Cranor.
1999-09-28 17:55:33 +00:00
enami
ee587c6c18
s/#define /#define<TAB>/.
1999-09-28 15:10:20 +00:00
bouyer
52497e180a
Remplace kern.shortcorename sysctl with a more flexible sheme,
...
core filename format, which allow to change the name of the core dump,
and to relocate it in a directory. Credits to Bill Sommerfeld for giving me
the idea :)
The default core filename format can be changed by options DEFCORENAME and/or
kern.defcorename
Create a new sysctl tree, proc, which holds per-process values (for now
the corename format, and resources limits). Process is designed by its pid
at the second level name. These values are inherited on fork, and the corename
fomat is reset to defcorename on suid/sgid exec.
Create a p_sugid() function, to take appropriate actions on suid/sgid
exec (for now set the P_SUGID flag and reset the per-proc corename).
Adjust dosetrlimit() to allow changing limits of one proc by another, with
credential controls.
1999-09-28 14:47:00 +00:00
kleink
bb54953b63
Since the Audio 1 DMA controller implements the 24 low address bits only,
...
add the gross hack originally implemented by Charles Hannum in the SonicVibes
driver to force allocation of DMA memory for that channel through the Scatter-
Gather Map to get an address range that fits in.
The eso driver now works on Alphas except for DWLPX-based systems, whose owners
are not likely to desire audio or likely can afford slightly less cheap audio
hardware. :-)
1999-09-28 13:57:45 +00:00
enami
2230805f45
Add missing backslash.
1999-09-28 09:57:35 +00:00
ad
21a6ff6082
- Wait up to 2 seconds for HBA ready before executing CP_PIO_GETCFG
...
- Remove some unneeded memset() calls and assignments
- Fix comment on dpt_done_ccb()
1999-09-28 09:18:00 +00:00
nisimura
de20527da0
Forgot to commit an important change for bus_space/bus_dma.
1999-09-28 08:05:42 +00:00
jdolecek
3ff26c418a
ntfs_ntvattrget(): move duplicated code to separate function
...
ntfs_findvattr(), AALPCMP --> NTFS_AALPCMP, avoid excessive
intendation, fix debug printf when the attribute is not found
to print only first namelen characters of name
some minor KNF and const poisoning
ntfs_ntlookupattr(): make it static, collapse duplicated code
ntfs_ntlookupfile(): avoid memory leak, explicitly set error to 0 when
returning success
kill some bogus comments
1999-09-28 06:10:31 +00:00
jdolecek
3b49d9759d
actually call ntfs_toupper_init() from ntfs_init()
1999-09-28 05:44:21 +00:00
simonb
60f2775a8e
Fix incorrect comment.
1999-09-28 02:26:35 +00:00
ad
c62af9270a
Note DPT controllers as needed. If it looks like a stripped down GENERIC,
...
it gets it.
1999-09-27 23:59:50 +00:00
ad
f653cce944
Regen.
1999-09-27 23:46:56 +00:00
ad
94367db635
s@SmartCache/Raid@SmartCache/SmartRAID@
1999-09-27 23:45:57 +00:00
ad
a289fc5023
Add glue for 'dpt' driver.
1999-09-27 23:44:27 +00:00
ad
48a0b6237a
A driver for DPT EATA SCSI adapters. dpt.c contains a brief TODO list.
1999-09-27 23:41:47 +00:00
enami
bb03434a5f
Support Planex Communications Inc, FNW-3600-T.
1999-09-27 23:19:12 +00:00
enami
488eb98613
Regen. (btw, this typo was pointed out by kawamoto@es.osaka-u.ac.jp).
1999-09-27 22:58:56 +00:00
enami
f419b27fb3
Oops, s/FMW/FNW/g.
1999-09-27 22:57:26 +00:00
thorpej
a5649fe4d5
Initial support for 21140[A] GPR media.
1999-09-27 19:14:01 +00:00
thorpej
848d8b7080
Add a media name pointer to the tulip_2114x_media structure, and define
...
a table for converting SROM media block type codes to ifmedia subtypes.
1999-09-27 19:03:59 +00:00
thorpej
1f0fa59202
- Define more "selected connection type" bits for the ISV SROM.
...
- Define ISV SROM bits for 21140[A] GPR media.
- Define a bitmask which includes media-related bits in the OPMODE
register.
1999-09-27 19:02:50 +00:00
wrstuden
25faa820de
Add support for reading MacOS-partitioned disks. Stolen from the mac68k
...
port, but modified in that macppc searches for netbsd-partitioned disks
before MacOS partitioned disks, since installboot generates a fake MacOS
partition table which isn't the one we want to use.
1999-09-27 17:02:43 +00:00
kleink
c13a492388
1003.1c: add {LOGIN_NAME_MAX}.
1999-09-27 16:24:39 +00:00
leo
c9448b002c
Specify the major number of the md-device. Otherwise config(1) won't emit
...
a dev_name2blk enrty for the RAM-disk. This made the installation procedure
unusable.
1999-09-27 14:32:17 +00:00
kleink
0b9965d236
For ELF, rename the profiling entry from mcount to __mcount to avoid clashing
...
with the user's namespace, also within file scope; for binary compatibility,
define a weak alias for the previous name to cover our tracks.
1999-09-27 09:47:44 +00:00
tsubai
a4c71cd136
Include machine/cpu.h.
1999-09-27 08:47:56 +00:00
enami
9740841cb6
Remove DEVPAGER, SWAPPAGER and VNODEPAGER.
1999-09-27 08:39:44 +00:00
enami
f449bb216c
Change NE2000_USE_WORD to take pointer to softc rather than type.
1999-09-27 05:25:44 +00:00
enami
56a3e3e340
Minor cleanup; use the cached result instead of evaluating the
...
macro NE2000_USE_WORD twice.
1999-09-27 04:52:19 +00:00
itohy
a5c3c08c66
Add missing TBIA() definition for 68030-only machine.
1999-09-27 04:43:40 +00:00
enami
60acf2e610
Regen.
1999-09-27 04:28:27 +00:00
enami
f095a1088a
Add entry for Planex Communications Inc. FMW-3600-T.
1999-09-27 04:27:28 +00:00
itohy
694f6286e8
Make it compile again.
1999-09-27 04:18:45 +00:00
enami
7fcb2b605a
Define new macro NE2000_USE_WORD() and use it where appropriate.
1999-09-27 04:14:06 +00:00
enami
9bcfc916b0
Allow caller to specify the type of NE2000.
1999-09-27 04:07:24 +00:00
cgd
6146ed7db8
add classes/subclasses new in PCI 2.2. Needs a bit of cleanup, but then,
...
so does everything involving configuration space headers and if i don't
get this out of my source tree i'll go insane.
1999-09-27 03:20:47 +00:00
is
1eb4d34bba
Add missing "case IFT_ARCNET".
1999-09-26 20:08:15 +00:00
is
3a43ac11b5
Don't even pretend we can create a nonglobal EUI64 out of an ARCNET link
...
level address. Instead, create the link-local address directly.
1999-09-26 20:04:08 +00:00
takemura
de467400aa
Use platid insted of ProcessorArchitecture because Win CE 1.0 dose not
...
support ProcessorArchitecture in SYSTEM_INFO.
Now version of pbsdboot.exe is 1.7.0.
1999-09-26 12:46:56 +00:00
takemura
6fe86bae28
Add columns and rows infomation to attach message.
1999-09-26 10:22:10 +00:00
mrg
5bffe1b3b5
regen
1999-09-26 09:20:04 +00:00
mrg
f4efaa9db4
add AV300-AA video capture card & PNTNV-AA NV-RAM card.
1999-09-26 09:18:53 +00:00
enami
2a328ebcb2
Allow to detach aic, but turned off by default. The patchable variable
...
aic_dodetach controlls this.
1999-09-26 08:14:57 +00:00
uch
7787b1dc9f
Add Philips Nino 312, Compaq C-series 810, 2010c, 2015c entry.
1999-09-26 07:35:22 +00:00
thorpej
2bc8340297
Add a quirk entry for the Asante 21140[A] boards that don't use the
...
ISV SROM format. For these boards, we provide the GPIO pin direction
info, a separate reset hook, and hard-wire them to MII-on-SIO.
Based on a patch submitted by Luoqi Chen <luoqi@chekov.watermarkgroup.com>.
1999-09-26 05:03:58 +00:00
thorpej
4d4ddf363f
Some 21140[A] boards don't use the ISV SROM format (e.g. Asante boards),
...
but instead use the older DEC Address ROM format.
From a patch supplied by Luoqi Chen <luoqi@chekov.watermarkgroup.com>.
1999-09-26 04:43:45 +00:00
thorpej
b76293b895
Add quirk entry support for the 21041 and 21140 chips. Initial quirks
...
for these: extract the spiffy DEC board names (e.g. DE500-AA).
1999-09-26 04:37:29 +00:00
thorpej
4fa51ba8bd
Make tlp_read_srom() work on big-endian systems.
...
From a patch supplied by Luoqi Chen <luoqi@chekov.watermarkgroup.com>.
1999-09-26 03:39:01 +00:00
takemura
9759fc2177
TX39xx support.
...
- startproc.c is divided into 3 files, mips.c, vr41xx.c and tx39xx.c
- add systeminfo.c
Version of pbsdboot.exe is 1.6.0.
1999-09-26 02:42:50 +00:00
is
1f417b8ca9
invert u bit to convert EUI64 to RFC2373 interface ID for ARCnet
1999-09-25 22:29:21 +00:00
is
744246fa0b
vm_offset_t -> vaddr_t/paddr_t
1999-09-25 21:47:02 +00:00
is
490ccb0747
vm_offset_t -> vaddr_t or paddr_t, as appropriate.
1999-09-25 21:19:48 +00:00
is
75321f3ae6
vm_offset_t -> db_addr_t (mostly), v_addr_t (one place).
1999-09-25 21:11:55 +00:00
is
13021b9955
Avoid calling m_pullup in a few places, where not necessary.
1999-09-25 20:43:43 +00:00
is
c861d2e5d4
Replace leftover vm_offset_t's by paddr_t or vaddr_t, as appropriate.
...
Rename variables/parameters from "va" to "pa" where they are a paddr_t.
Correct DCIAS to take a paddr_t (instead of vaddr_t).
1999-09-25 19:27:35 +00:00
is
f546d949b6
Decouple IP mtu for ARCnet devices from interface MTU.
...
This is important, because for most protocols, link level fragmentation is
used, but with different default effective MTUs. (e.g.: IPv4 default MTU
is 1500 octets, IPv6 default MTU is 9072 octets).
1999-09-25 17:49:27 +00:00
uch
d7e2fcf851
Remove obsolete option MIPS3_FLUSH.
1999-09-25 17:13:27 +00:00
ad
2d7488c2c5
Use px_probe_sram() to figure out ringbuffer size instead of defaulting to
...
the minimum value of 128KB (useful only for PMAG-F).
1999-09-25 14:45:21 +00:00
uch
1a59333e1b
Regen.
1999-09-25 10:52:50 +00:00
uch
3b2be5bbd2
Add Toshiba TX39 CPU and Philips, Compaq model entry.
1999-09-25 10:51:13 +00:00
enami
ed505bdf67
regen.
1999-09-25 09:48:07 +00:00
enami
9f3378ecd4
Add support for Corega EthernetII PCC T. This diff is submitted
...
as PR#8485 by HEO SeonMeyong.
1999-09-25 09:47:13 +00:00
takemura
bc2048a94e
Delete unnecessary comment which was for the variable, 'cold.
1999-09-25 03:09:01 +00:00
thorpej
c999e3ca1a
Add support for the DECchip 21140[A]. This currently only works with
...
boards which use MII for media attachment.
ISV SROM format information lifted from Matt Thomas's `de' driver.
Thanks to Dave Sainty for experimenting w/ his 21140A MII boards, and
for supplying a fix to the MII bit-bang code (PR #8382 ).
1999-09-25 00:27:00 +00:00
shin
06d83cd302
Delete 'cold'.
1999-09-25 00:18:10 +00:00
thorpej
45a337e088
Add a PHY `offset' (e.g. "first PHY on bus, second PHY on bus, ...") to
...
the PHY's softc.
1999-09-25 00:10:13 +00:00
shin
9fd16d4c7b
[new options]
...
options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
1999-09-25 00:03:22 +00:00
shin
44c2553ded
Changes for NetBSD/hpcmips.
...
Support VR4100.
Support 16KB page.
Support CPU without FPU.
Fix virtual alias problem(physio() case).
[new options]
options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
1999-09-25 00:00:37 +00:00
thorpej
c61e95f1f5
Add Tulip ISV-format SROM media block types.
1999-09-24 18:27:22 +00:00
minoura
8da8dfb94f
Could not compile w/ options M68060.
...
Supply -m68030 and -m68851 to the assembler.
1999-09-24 15:31:52 +00:00
jdolecek
1bc1c2815d
cleanup
1999-09-24 15:22:32 +00:00
is
497a2d0eaa
Make this compile without 68060 support. Apparently, nobody has tried this for
...
a long time.
1999-09-24 06:24:34 +00:00
enami
c122d6ab9d
Suggest to upgrade config(8).
1999-09-24 04:52:46 +00:00
nisimura
ffe9ca742d
Add 'sfbreg.h' to the list of files installed in /usr/include/dev/tc/.
1999-09-24 01:01:23 +00:00
nisimura
ff559f77f0
'KB' for kilo-bytes as humanize_number().
1999-09-24 00:37:52 +00:00
frueauf
aa39b12fb0
add missing #include <compat/svr4/svr4_lwp.h>. Ok'd by Klaus Klein.
1999-09-23 16:37:04 +00:00
christos
fcc61fbac4
PR/8443: Yamano-uchi, Hidetoshi: Missing register in IODESC.
1999-09-23 16:09:58 +00:00
tron
dd82f86245
Add Realtek 8129/8139 driver to install kernel as suggested by
...
Patrick Welche in PR install/8477.
1999-09-23 16:09:13 +00:00
minoura
75c422ec6c
Use m68k common cacheops.c.
1999-09-23 15:24:34 +00:00
ws
b47ad60693
Correct handling of extended partitions within extended partitions.
...
Problem found and new program tested by Reinoud.Koornstra@ibbnet.nl .
While here, add support for Linux extended partitions.
1999-09-23 15:21:12 +00:00
minoura
be7984a052
First step toward network boot.
...
By Takeshi Nakayama <tn@catvmics.ne.jp>.
1999-09-23 15:14:57 +00:00
minoura
42b87a3a7d
#ifndef _M68K_CACHEOPS_H_ - #endif.
1999-09-23 15:10:18 +00:00
minoura
536a2060af
Protect some declarations by #ifdef _KERNEL.
1999-09-23 15:06:37 +00:00
kleink
9dfb5a91ec
Minor output formatting buglet.
1999-09-23 11:53:13 +00:00
kleink
d9abf5e332
Add Game Port definitions.
1999-09-23 11:50:19 +00:00
kleink
cef2689773
Oops, we do have to check ourselves whether a given value is valid within an
...
enumeration.
1999-09-23 11:46:12 +00:00
enami
67e874d814
Allow to detach wdc, atapibus, wd and cd.
1999-09-23 11:04:29 +00:00
takemura
8dd0eb62ce
Add timezone info in bootinfo.
...
Delete raw writing 'OK' into frame buffer.
1999-09-23 08:30:58 +00:00
msaitoh
2f74c366d0
Fix RWKREG register reset code in resettodr().
1999-09-23 05:34:03 +00:00
enami
5326516a15
Make this compile without INET6.
1999-09-23 04:02:27 +00:00
itojun
9474edfcd8
cleanup and correct TCP MSS consideration with IPsec headers.
...
MSS advertisement must always be:
max(if mtu) - ip hdr siz - tcp hdr siz
We violated this in the previous code so it was fixed.
tcp_mss_to_advertise() now takes af (af on wire) as its argument,
to compute right ip hdr siz.
tcp_segsize() will take care of IPsec header size.
One thing I'm not really sure is how to handle IPsec header size in
*rxsegsizep (inbound segment size estimation).
The current code subtracts possible *outbound* IPsec size from *rxsegsizep,
hoping that the peer is using the same IPsec policy as me.
It may not be applicable, could TCP gulu please comment...
1999-09-23 02:21:30 +00:00
jdolecek
5fc5120c8e
drop support for pre-104050000 NetBSD
1999-09-22 14:39:53 +00:00
uch
7a074afddc
Change indent. no code changes.
1999-09-22 12:49:48 +00:00
enami
99024b0423
print newline.
1999-09-22 10:03:37 +00:00
enami
c08940c49b
Fix indentation of close curly brace.
1999-09-22 09:51:03 +00:00