Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.138.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:46 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.138: +4 -9
lines
Diff to previous 1.138 (colored) next main 1.139 (colored)
sync with head
Revision 1.138.12.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:38 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.138: +4 -9
lines
Diff to previous 1.138 (colored) next main 1.139 (colored)
merge to -current.
Revision 1.139 / (download) - annotate - [select for diffs], Thu Feb 2 19:43:05 2012 UTC (3 months, 3 weeks ago) by tls
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
HEAD
Changes since 1.138: +4 -9
lines
Diff to previous 1.138 (colored)
Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code and source/sink/sample management code to sys/kern from sys/dev. 2) Remove use of NRND as test for presence of entropy-pool code throughout source tree. 3) Remove use of RND_ENABLED in device drivers as microoptimization to avoid expensive operations on disabled entropy sources; make the rnd_add calls do this directly so all callers benefit. 4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might have lead to slight entropy overestimation for some sources. 5) Add new source types for environmental sensors, power sensors, VM system events, and skew between clocks, with a sample implementation for each. ok releng to go in before the branch due to the difficulty of later pullup (widespread #ifdef removal and moved files). Tested with release builds on amd64 and evbarm and live testing on amd64.
Revision 1.136.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:40 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.136.4.1: +2 -7
lines
Diff to previous 1.136.4.1 (colored) to branchpoint 1.136 (colored) next main 1.137 (colored)
sync with head
Revision 1.138 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:06 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.137: +2 -7
lines
Diff to previous 1.137 (colored)
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and some other constants. These are provided by sys/param.h now.
Revision 1.128.4.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:46 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.128.4.3: +5 -5
lines
Diff to previous 1.128.4.3 (colored) to branchpoint 1.128 (colored) next main 1.129 (colored)
sync with head.
Revision 1.136.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:33 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.136: +5 -5
lines
Diff to previous 1.136 (colored)
sync with head
Revision 1.136.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:34 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.136: +5 -5
lines
Diff to previous 1.136 (colored) next main 1.137 (colored)
Sync with HEAD.
Revision 1.137 / (download) - annotate - [select for diffs], Mon Apr 5 07:20:25 2010 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1
Changes since 1.136: +5 -5
lines
Diff to previous 1.136 (colored)
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach.
Revision 1.128.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:45 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.128.4.2: +6 -13
lines
Diff to previous 1.128.4.2 (colored) to branchpoint 1.128 (colored)
sync with head
Revision 1.136 / (download) - annotate - [select for diffs], Tue Feb 2 14:57:45 2010 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.135: +4 -4
lines
Diff to previous 1.135 (colored)
Add missing parentheses, found by cppcheck and reported by Henning Petersen in PR 42718.
Revision 1.135 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:00 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.134: +2 -9
lines
Diff to previous 1.134 (colored)
Redefine bpf linkage through an always present op vector, i.e. #if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized. Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here. Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
Revision 1.134 / (download) - annotate - [select for diffs], Thu Nov 26 15:17:09 2009 UTC (2 years, 5 months ago) by njoly
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.133: +4 -4
lines
Diff to previous 1.133 (colored)
Cleanup interrupt establish error messages. Do not mix aprint_error/aprint_normal/printf calls for a single line.
Revision 1.128.4.2 / (download) - annotate - [select for diffs], Sat May 16 10:41:34 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.128.4.1: +5 -5
lines
Diff to previous 1.128.4.1 (colored) to branchpoint 1.128 (colored)
sync with head
Revision 1.129.4.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:25 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.129: +58 -30
lines
Diff to previous 1.129 (colored) next main 1.130 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.133 / (download) - annotate - [select for diffs], Tue May 12 08:23:00 2009 UTC (3 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.132: +3 -3
lines
Diff to previous 1.132 (colored)
use device_private(). "looks good" ad@ XXX for the device_t/softc split, please check the driver that no cases have been missed.
Revision 1.132 / (download) - annotate - [select for diffs], Wed May 6 09:25:15 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.131: +4 -4
lines
Diff to previous 1.131 (colored)
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.128.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:56 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.128: +63 -46
lines
Diff to previous 1.128 (colored)
sync with head.
Revision 1.128.12.2 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:56 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.128.12.1: +55 -27
lines
Diff to previous 1.128.12.1 (colored) to branchpoint 1.128 (colored) next main 1.129 (colored)
Sync with HEAD.
Revision 1.131 / (download) - annotate - [select for diffs], Sun Mar 29 05:26:43 2009 UTC (3 years, 1 month ago) by dholland
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base
Changes since 1.130: +54 -26
lines
Diff to previous 1.130 (colored)
Merge patch from PR 12605, which tidies up allocation of transmit DMA maps. Generalize it to also tidy up allocation of receive DMA maps. And change a few of the symbol names involved to (1) make sure all uses have been fixed and (2) make it clearer what's actually going on. Previously the driver was using DMA maps off the free list without fully allocating them, apparently in order to save two or three lines releasing them on error paths. According to the submitter of the PR (H.Saito) this was causing it to reuse a map already in use when under load, resulting in panics. I'm not sure if that ought to have been possible or if it reflected an interrupt handling bug somewhere else, but the change is an improvement regardless, so we'll go with it. Compile-tested only, but I've crosschecked the diffs and all that and it's a pretty noninvasive change. (Is anyone actually using this driver rather than tlp?)
Revision 1.130 / (download) - annotate - [select for diffs], Wed Mar 18 16:00:19 2009 UTC (3 years, 2 months ago) by cegger
Branch: MAIN
Changes since 1.129: +3 -3
lines
Diff to previous 1.129 (colored)
bzero -> memset
Revision 1.128.12.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:25 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.128: +10 -21
lines
Diff to previous 1.128 (colored)
Sync with HEAD.
Revision 1.127.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:59 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.127.6.1: +8 -19
lines
Diff to previous 1.127.6.1 (colored) to branchpoint 1.127 (colored) next main 1.128 (colored)
Sync with HEAD.
Revision 1.128.10.1 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:35 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.128: +10 -21
lines
Diff to previous 1.128 (colored) next main 1.129 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.129 / (download) - annotate - [select for diffs], Fri Nov 7 00:20:07 2008 UTC (3 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: nick-hppapmap-base2,
mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.128: +10 -21
lines
Diff to previous 1.128 (colored)
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
Revision 1.127.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:38 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.127: +7 -8
lines
Diff to previous 1.127 (colored)
Sync with HEAD.
Revision 1.128 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:36 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase,
haad-dm-base1
Branch point for: yamt-nfs-mp,
nick-hppapmap,
haad-dm
Changes since 1.127: +7 -8
lines
Diff to previous 1.127 (colored)
use aprint_*_dev and device_xname
Revision 1.124.8.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:46 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.124.8.1: +7 -5
lines
Diff to previous 1.124.8.1 (colored) to branchpoint 1.124 (colored) next main 1.125 (colored)
sync with HEAD
Revision 1.126.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:57 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.126: +7 -5
lines
Diff to previous 1.126 (colored) next main 1.127 (colored)
Sync with HEAD.
Revision 1.114.2.5 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:38 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.114.2.4: +7 -5
lines
Diff to previous 1.114.2.4 (colored) to branchpoint 1.114 (colored) next main 1.115 (colored)
sync with head.
Revision 1.127 / (download) - annotate - [select for diffs], Thu Feb 7 01:21:55 2008 UTC (4 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.126: +7 -5
lines
Diff to previous 1.126 (colored)
Start patching up the kernel so that a network driver always has the opportunity to handle an ioctl before generic ifioctl handling occurs. This will ease extending the kernel and sharing of code between drivers. First steps: Make the signature of ifioctl_common() match struct ifinet->if_ioctl. Convert SIOCSIFCAP and SIOCSIFMTU to the new ifioctl() regime, throughout the kernel.
Revision 1.124.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:28:56 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.124: +5 -10
lines
Diff to previous 1.124 (colored)
sync with HEAD
Revision 1.114.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:50 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.114.2.3: +4 -4
lines
Diff to previous 1.114.2.3 (colored) to branchpoint 1.114 (colored)
sync with head.
Revision 1.124.6.2 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:02 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.124.6.1: +4 -4
lines
Diff to previous 1.124.6.1 (colored) to branchpoint 1.124 (colored) next main 1.125 (colored)
Sync with HEAD. Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
Revision 1.125.4.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:38:58 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.125: +4 -4
lines
Diff to previous 1.125 (colored) next main 1.126 (colored)
Sync with HEAD.
Revision 1.123.2.3 / (download) - annotate - [select for diffs], Tue Oct 23 20:08:55 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.123.2.2: +4 -4
lines
Diff to previous 1.123.2.2 (colored) to branchpoint 1.123 (colored) next main 1.124 (colored)
Sync with head.
Revision 1.126 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:44 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
matt-armv6-base,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs
Changes since 1.125: +4 -4
lines
Diff to previous 1.125 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.123.2.2 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:43 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.123.2.1: +3 -8
lines
Diff to previous 1.123.2.1 (colored) to branchpoint 1.123 (colored)
Sync with head.
Revision 1.124.6.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:15 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.124: +3 -8
lines
Diff to previous 1.124 (colored)
Sync with HEAD.
Revision 1.114.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:54 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.114.2.2: +25 -30
lines
Diff to previous 1.114.2.2 (colored) to branchpoint 1.114 (colored)
sync with head.
Revision 1.124.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:21:00 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.124: +3 -8
lines
Diff to previous 1.124 (colored) next main 1.125 (colored)
Sync with HEAD.
Revision 1.125 / (download) - annotate - [select for diffs], Sat Sep 1 07:32:29 2007 UTC (4 years, 8 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5
Branch point for: bouyer-xenamd64
Changes since 1.124: +3 -8
lines
Diff to previous 1.124 (colored)
Change a bazillion occurrences of code resembling this,
error = (cmd == SIOCADDMULTI) ?
ether_addmulti(ifr, &sc->sc_ec) :
ether_delmulti(ifr, &sc->sc_ec);
if (error == ENETRESET) {
to this,
if ((error = ether_ioctl(ifp, cmd, data)) == ENETRESET) {
which does the same thing.
(A bazillion is a very large number. This seems to make the i386
ALL kernel smaller by 3kB to 4kB.)
Use ifreq_getaddr() twice in es(4).
Whitespace nits.
Revision 1.123.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:34 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.123: +4 -4
lines
Diff to previous 1.123 (colored) next main 1.124 (colored)
Sync with head.
Revision 1.124 / (download) - annotate - [select for diffs], Mon Jul 9 21:00:53 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: nick-csl-alignment-base,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: nick-csl-alignment,
matt-armv6,
jmcneill-pm
Changes since 1.123: +4 -4
lines
Diff to previous 1.123 (colored)
Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
Revision 1.123.2.1 / (download) - annotate - [select for diffs], Sun Jul 1 21:48:08 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.123: +4 -4
lines
Diff to previous 1.123 (colored)
Adapt to callout API change.
Revision 1.122.4.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:17 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.122: +22 -22
lines
Diff to previous 1.122 (colored) next main 1.123 (colored)
Sync with HEAD.
Revision 1.123 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:19 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
mjf-ufs-trans
Changes since 1.122: +22 -22
lines
Diff to previous 1.122 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.114.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:44 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.114.2.1: +17 -34
lines
Diff to previous 1.114.2.1 (colored) to branchpoint 1.114 (colored)
sync with head.
Revision 1.121.4.1 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:43 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.121: +17 -9
lines
Diff to previous 1.121 (colored) next main 1.122 (colored)
sync with head.
Revision 1.121.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:29 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.121: +17 -9
lines
Diff to previous 1.121 (colored) next main 1.122 (colored)
Sync with head.
Revision 1.122 / (download) - annotate - [select for diffs], Tue Oct 24 19:18:33 2006 UTC (5 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.121: +17 -9
lines
Diff to previous 1.121 (colored)
add zero initializers to make that compile again
Revision 1.118.8.2 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:33 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.118.8.1: +2 -27
lines
Diff to previous 1.118.8.1 (colored) to branchpoint 1.118 (colored) next main 1.119 (colored)
sync with head.
Revision 1.118.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:16 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.118: +8 -27
lines
Diff to previous 1.118 (colored) next main 1.119 (colored)
sync with head
Revision 1.121 / (download) - annotate - [select for diffs], Thu Sep 7 02:40:32 2006 UTC (5 years, 8 months ago) by dogcow
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-pdpolicy-base9,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.120: +2 -27
lines
Diff to previous 1.120 (colored)
remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.
Revision 1.114.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:04 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.114: +9 -3
lines
Diff to previous 1.114 (colored)
sync with head.
Revision 1.118.6.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:36:44 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.118.6.1: +7 -7
lines
Diff to previous 1.118.6.1 (colored) to branchpoint 1.118 (colored) next main 1.119 (colored)
Sync with head.
Revision 1.118.12.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:27 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.118: +8 -2
lines
Diff to previous 1.118 (colored) next main 1.119 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.118.8.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:00 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.118: +8 -2
lines
Diff to previous 1.118 (colored)
sync with head.
Revision 1.120 / (download) - annotate - [select for diffs], Mon May 15 12:48:52 2006 UTC (6 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
simonb-timecounters-base,
gdamore-uart-base,
gdamore-uart,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.119: +7 -7
lines
Diff to previous 1.119 (colored)
Move the lmc match test in the right place (not in the bsdi match). From David Boggs.
Revision 1.118.10.1 / (download) - annotate - [select for diffs], Thu May 11 23:28:47 2006 UTC (6 years ago) by elad
Branch: elad-kernelauth
Changes since 1.118: +8 -2
lines
Diff to previous 1.118 (colored) next main 1.119 (colored)
sync with head
Revision 1.118.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:14 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
Changes since 1.118: +8 -2
lines
Diff to previous 1.118 (colored)
Sync with head.
Revision 1.119 / (download) - annotate - [select for diffs], Thu Apr 20 17:08:20 2006 UTC (6 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: elad-kernelauth-base
Changes since 1.118: +8 -2
lines
Diff to previous 1.118 (colored)
Put back the code that avoids matching the lmc card. As pointed out by David Boggs, it does not matter if the lmc driver routine returns 100 for the match, because if the lmc driver is loaded via an LKM after boot, the other drivers would have claimed the card already.
Revision 1.118 / (download) - annotate - [select for diffs], Sat Dec 24 23:41:34 2005 UTC (6 years, 5 months ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Changes since 1.117: +3 -3
lines
Diff to previous 1.117 (colored)
__inline__ -> inline
Revision 1.110.2.7 / (download) - annotate - [select for diffs], Sun Dec 11 10:28:58 2005 UTC (6 years, 5 months ago) by christos
Branch: ktrace-lwp
Changes since 1.110.2.6: +2 -2
lines
Diff to previous 1.110.2.6 (colored) to branchpoint 1.110 (colored) next main 1.111 (colored)
Sync with head.
Revision 1.117 / (download) - annotate - [select for diffs], Tue Dec 6 18:37:57 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: ktrace-lwp-base
Changes since 1.116: +2 -6
lines
Diff to previous 1.116 (colored)
Remove the "don't match lmc cards" test, because the lmc driver returns a match of 100 which will supersede the de and tlp match if present. If not present, then these two drivers will fail to match an mii. Thanks to thorpej for the explanation.
Revision 1.116 / (download) - annotate - [select for diffs], Tue Dec 6 15:40:16 2005 UTC (6 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.115: +4 -3
lines
Diff to previous 1.115 (colored)
Don't use magic constants in previous. (Not that we should be doing this here in the first place...)
Revision 1.115 / (download) - annotate - [select for diffs], Tue Dec 6 03:30:12 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.114: +5 -2
lines
Diff to previous 1.114 (colored)
Don't match lmc cards by accident.
Revision 1.110.2.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:01 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.110.2.5: +14 -13
lines
Diff to previous 1.110.2.5 (colored) to branchpoint 1.110 (colored)
Sync with HEAD. Here we go again...
Revision 1.114 / (download) - annotate - [select for diffs], Wed Jun 1 18:41:51 2005 UTC (6 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr
Branch point for: yamt-lazymbuf
Changes since 1.113: +14 -13
lines
Diff to previous 1.113 (colored)
more cast-qual and shadow fallout
Revision 1.112.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:06 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.112: +46 -46
lines
Diff to previous 1.112 (colored) next main 1.113 (colored)
sync with -current
Revision 1.112.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:11 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.112: +46 -46
lines
Diff to previous 1.112 (colored) next main 1.113 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.110.2.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:17 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.110.2.4: +46 -46
lines
Diff to previous 1.110.2.4 (colored) to branchpoint 1.110 (colored)
Sync with HEAD. Hi Perry!
Revision 1.113 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:32 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
kent-audio2-base
Changes since 1.112: +46 -46
lines
Diff to previous 1.112 (colored)
nuke trailing whitespace
Revision 1.110.6.1 / (download) - annotate - [select for diffs], Mon Jan 24 21:39:10 2005 UTC (7 years, 4 months ago) by he
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Changes since 1.110: +6 -4
lines
Diff to previous 1.110 (colored) next main 1.111 (colored)
Pull up revision 1.112 (requested by thorpej in ticket #939): When adding or deleting multicast addresses, only change the address filter if the interface is marked RUNNING. Fixes PR#27678.
Revision 1.110.2.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:52:10 2004 UTC (7 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.110.2.3: +6 -4
lines
Diff to previous 1.110.2.3 (colored) to branchpoint 1.110 (colored)
Sync with HEAD.
Revision 1.112 / (download) - annotate - [select for diffs], Sat Oct 30 18:09:22 2004 UTC (7 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base2,
yamt-km-base,
matt-timespec,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.111: +6 -4
lines
Diff to previous 1.111 (colored)
When adding/deleting multicast addresses, only whack the address filter if the interface is marked RUNNING. Fixes kern/27678.
Revision 1.110.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:31:02 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.110.2.2: +2 -2
lines
Diff to previous 1.110.2.2 (colored) to branchpoint 1.110 (colored)
Fix the sync with head I botched.
Revision 1.110.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:03 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.110.2.1: +0 -0
lines
Diff to previous 1.110.2.1 (colored) to branchpoint 1.110 (colored)
Sync with HEAD.
Revision 1.110.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:07 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.110: +27 -25
lines
Diff to previous 1.110 (colored)
Sync with HEAD
Revision 1.111 / (download) - annotate - [select for diffs], Fri Apr 23 21:13:06 2004 UTC (8 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.110: +27 -25
lines
Diff to previous 1.110 (colored)
pass string length (= boundary info) to pci_devinfo so that we do not run over the end of memory region
Revision 1.110 / (download) - annotate - [select for diffs], Sat May 3 18:11:35 2003 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0
Branch point for: netbsd-2,
ktrace-lwp
Changes since 1.109: +3 -3
lines
Diff to previous 1.109 (colored)
DMA, not dma nor Dma.
Revision 1.109 / (download) - annotate - [select for diffs], Mon Jan 20 05:30:07 2003 UTC (9 years, 4 months ago) by simonb
Branch: MAIN
Changes since 1.108: +3 -3
lines
Diff to previous 1.108 (colored)
The Double-Semi-Colon Police.
Revision 1.97.2.5 / (download) - annotate - [select for diffs], Fri Oct 18 02:43:02 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.97.2.4: +7 -8
lines
Diff to previous 1.97.2.4 (colored) to branchpoint 1.97 (colored) next main 1.98 (colored)
Catch up to -current.
Revision 1.102.2.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:40:38 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.102.2.2: +7 -8
lines
Diff to previous 1.102.2.2 (colored) to branchpoint 1.102 (colored) next main 1.103 (colored)
sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
Revision 1.108 / (download) - annotate - [select for diffs], Wed Oct 2 16:51:19 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Changes since 1.107: +3 -3
lines
Diff to previous 1.107 (colored)
Add trailing ; to CFATTACH_DECL.
Revision 1.107 / (download) - annotate - [select for diffs], Mon Sep 30 20:37:26 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.106: +4 -5
lines
Diff to previous 1.106 (colored)
Use CFATTACH_DECL().
Revision 1.106 / (download) - annotate - [select for diffs], Fri Sep 27 20:40:02 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.105: +3 -3
lines
Diff to previous 1.105 (colored)
Declare all cfattach structures const.
Revision 1.105 / (download) - annotate - [select for diffs], Fri Sep 27 15:37:25 2002 UTC (9 years, 8 months ago) by provos
Branch: MAIN
Changes since 1.104: +5 -5
lines
Diff to previous 1.104 (colored)
remove trailing \n in panic(). approved perry.
Revision 1.102.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:47:38 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.102.2.1: +3 -3
lines
Diff to previous 1.102.2.1 (colored) to branchpoint 1.102 (colored)
catch up with -current on kqueue branch
Revision 1.103.8.1 / (download) - annotate - [select for diffs], Thu Jun 20 16:33:34 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.103: +3 -3
lines
Diff to previous 1.103 (colored) next main 1.104 (colored)
catch up with -current.
Revision 1.97.2.4 / (download) - annotate - [select for diffs], Thu Jun 20 03:45:23 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.97.2.3: +3 -3
lines
Diff to previous 1.97.2.3 (colored) to branchpoint 1.97 (colored)
Catch up to -current.
Revision 1.104 / (download) - annotate - [select for diffs], Sat Jun 8 17:10:02 2002 UTC (9 years, 11 months ago) by yamt
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.103: +3 -3
lines
Diff to previous 1.103 (colored)
make an auto const variable static.
Revision 1.102.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:56:36 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.102: +4 -1
lines
Diff to previous 1.102 (colored)
Sync kqueue branch with -current.
Revision 1.97.2.3 / (download) - annotate - [select for diffs], Wed Nov 14 19:15:13 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.97.2.2: +4 -1
lines
Diff to previous 1.97.2.2 (colored) to branchpoint 1.97 (colored)
Catch up to -current.
Revision 1.103 / (download) - annotate - [select for diffs], Tue Nov 13 07:48:42 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
ifpoll-base,
ifpoll,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.102: +4 -1
lines
Diff to previous 1.102 (colored)
add RCSID
Revision 1.97.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:10:01 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.97.2.1: +26 -27
lines
Diff to previous 1.97.2.1 (colored) to branchpoint 1.97 (colored)
Catch up with -current.
Revision 1.102 / (download) - annotate - [select for diffs], Sat Jul 7 16:47:43 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: kqueue
Changes since 1.101: +9 -9
lines
Diff to previous 1.101 (colored)
bcmp -> memcmp
Revision 1.101 / (download) - annotate - [select for diffs], Sat Jul 7 16:46:34 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.100: +3 -3
lines
Diff to previous 1.100 (colored)
bzero -> memset
Revision 1.100 / (download) - annotate - [select for diffs], Sat Jul 7 16:40:23 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.99: +16 -17
lines
Diff to previous 1.99 (colored)
bcopy -> memcpy, strcpy
Revision 1.97.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:04:37 2001 UTC (10 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.97: +6 -6
lines
Diff to previous 1.97 (colored)
Catch up to -current.
Revision 1.99 / (download) - annotate - [select for diffs], Wed Jun 13 10:46:04 2001 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.98: +2 -2
lines
Diff to previous 1.98 (colored)
withough -> without
Revision 1.98 / (download) - annotate - [select for diffs], Wed May 16 04:39:03 2001 UTC (11 years ago) by lukem
Branch: MAIN
Changes since 1.97: +5 -5
lines
Diff to previous 1.97 (colored)
delint: zero sized array initalisation is a gccism
Revision 1.86.2.4 / (download) - annotate - [select for diffs], Mon Mar 12 13:31:06 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.86.2.3: +2 -3
lines
Diff to previous 1.86.2.3 (colored) to branchpoint 1.86 (colored) next main 1.87 (colored)
Sync with HEAD.
Revision 1.97 / (download) - annotate - [select for diffs], Sun Mar 4 00:01:06 2001 UTC (11 years, 2 months ago) by kim
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.96: +2 -3
lines
Diff to previous 1.96 (colored)
Help messages appear each on their own line when discovering additional ports on a multi-port card.
Revision 1.86.2.3 / (download) - annotate - [select for diffs], Fri Jan 5 17:36:04 2001 UTC (11 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.86.2.2: +1 -2
lines
Diff to previous 1.86.2.2 (colored) to branchpoint 1.86 (colored)
Sync with HEAD
Revision 1.96 / (download) - annotate - [select for diffs], Thu Dec 28 22:59:12 2000 UTC (11 years, 4 months ago) by sommerfeld
Branch: MAIN
Changes since 1.95: +2 -3
lines
Diff to previous 1.95 (colored)
Change pci_intr_map to get interrupt source information from a "struct pci_attach_args *" instead of from four separate parameters which in all cases were extracted from the same "struct pci_attach_args". This both simplifies the driver api, and allows for alternate PCI interrupt mapping schemes, such as one using the tables described in the Intel Multiprocessor Spec which describe interrupt wirings for devices behind pci-pci bridges based on the device's location rather the bridge's location. Tested on alpha and i386; welcome to 1.5Q
Revision 1.86.2.2 / (download) - annotate - [select for diffs], Wed Nov 22 16:04:02 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.86.2.1: +4 -8
lines
Diff to previous 1.86.2.1 (colored) to branchpoint 1.86 (colored)
Sync with HEAD.
Revision 1.86.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 11:42:20 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.86: +103 -36
lines
Diff to previous 1.86 (colored)
Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
Revision 1.95 / (download) - annotate - [select for diffs], Wed Nov 15 01:02:14 2000 UTC (11 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.94: +1 -5
lines
Diff to previous 1.94 (colored)
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
Revision 1.94 / (download) - annotate - [select for diffs], Tue Nov 14 18:42:55 2000 UTC (11 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.93: +4 -4
lines
Diff to previous 1.93 (colored)
NBPG -> PAGE_SIZE
Revision 1.93 / (download) - annotate - [select for diffs], Thu Sep 28 10:29:42 2000 UTC (11 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.92: +12 -8
lines
Diff to previous 1.92 (colored)
6 -> ETHER_ADDR_LEN
Revision 1.92 / (download) - annotate - [select for diffs], Wed Jun 28 16:08:42 2000 UTC (11 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.91: +5 -2
lines
Diff to previous 1.91 (colored)
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
Revision 1.91 / (download) - annotate - [select for diffs], Mon Jun 26 14:21:11 2000 UTC (11 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.90: +1 -3
lines
Diff to previous 1.90 (colored)
remove/move more mach vm header files: <vm/pglist.h> -> <uvm/uvm_pglist.h> <vm/vm_inherit.h> -> <uvm/uvm_inherit.h> <vm/vm_kern.h> -> into <uvm/uvm_extern.h> <vm/vm_object.h> -> nothing <vm/vm_pager.h> -> into <uvm/uvm_pager.h> also includes a bunch of <vm/vm_page.h> include removals (due to redudancy with <vm/vm.h>), and a scattering of other similar headers.
Revision 1.90 / (download) - annotate - [select for diffs], Thu Mar 23 07:01:37 2000 UTC (12 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Changes since 1.89: +8 -3
lines
Diff to previous 1.89 (colored)
New callout mechanism with two major improvements over the old timeout()/untimeout() API: - Clients supply callout handle storage, thus eliminating problems of resource allocation. - Insertion and removal of callouts is constant time, important as this facility is used quite a lot in the kernel. The old timeout()/untimeout() API has been removed from the kernel.
Revision 1.89 / (download) - annotate - [select for diffs], Wed Feb 23 08:31:25 2000 UTC (12 years, 3 months ago) by fair
Branch: MAIN
Changes since 1.88: +2 -2
lines
Diff to previous 1.88 (colored)
Fix a missing closing parenthesis in an error diagnostic
Revision 1.88 / (download) - annotate - [select for diffs], Sat Jan 15 18:39:31 2000 UTC (12 years, 4 months ago) by matt
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.87: +77 -20
lines
Diff to previous 1.87 (colored)
Fixes for 21143 and MII in full-duplex mode.
Revision 1.86.8.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:35:16 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.86: +4 -4
lines
Diff to previous 1.86 (colored) next main 1.87 (colored)
Pull up to last week's -current.
Revision 1.87 / (download) - annotate - [select for diffs], Sat Dec 4 12:11:13 1999 UTC (12 years, 5 months ago) by ragge
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.86: +4 -4
lines
Diff to previous 1.86 (colored)
CL* discarding.
Revision 1.83.2.1.4.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:33:57 1999 UTC (12 years, 5 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.83.2.1: +97 -1
lines
Diff to previous 1.83.2.1 (colored) next main 1.83.2.2 (colored)
bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch just for reference purposes. This commit includes 1.4 -> 1.4.1 sync for kame branch. The branch does not compile at all (due to the lack of ALTQ and some other source code). Please do not try to modify the branch, this is just for referenre purposes. synchronization to latest KAME will take place on HEAD branch soon.
Revision 1.83.2.2 / (download) - annotate - [select for diffs], Mon Jun 21 23:14:28 1999 UTC (12 years, 11 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001
Changes since 1.83.2.1: +7 -1
lines
Diff to previous 1.83.2.1 (colored) to branchpoint 1.83 (colored) next main 1.84 (colored)
pullup 1.85->1.86 (thorpej): Make sure bus mastering is enabled
Revision 1.83.2.1.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:18:30 1999 UTC (12 years, 11 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.83.2.1: +22 -12
lines
Diff to previous 1.83.2.1 (colored) next main 1.83.2.2 (colored)
Sync w/ -current.
Revision 1.86 / (download) - annotate - [select for diffs], Tue Jun 1 19:17:59 1999 UTC (12 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-base
Branch point for: wrstuden-devbsize,
thorpej_scsipi
Changes since 1.85: +7 -1
lines
Diff to previous 1.85 (colored)
Make sure bus mastering is enabled; some broken BIOSes don't set this up properly.
Revision 1.85 / (download) - annotate - [select for diffs], Tue May 18 23:52:57 1999 UTC (13 years ago) by thorpej
Branch: MAIN
Changes since 1.84: +16 -12
lines
Diff to previous 1.84 (colored)
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() directly, call the function pointer (*if_input)(ifp, m). The input routine expects the packet header to be at the head of the packet, and will adjust as necessary. Privatize the layer 2 input and output routines, allowing *_ifattach() to set them up as appropriate.
Revision 1.83.2.1 / (download) - annotate - [select for diffs], Wed Apr 28 19:08:02 1999 UTC (13 years, 1 month ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-RELEASE,
kame_14_19990705,
kame_14_19990628
Branch point for: kame,
chs-ubc2
Changes since 1.83: +42 -2
lines
Diff to previous 1.83 (colored)
pullup 1.83->1.84 (cjs): recognise/support Comtex boards.
Revision 1.84 / (download) - annotate - [select for diffs], Mon Apr 12 04:31:55 1999 UTC (13 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.83: +42 -2
lines
Diff to previous 1.83 (colored)
PR 6852 from Chris Jones <cjones@hideo.nervana.montana.edu>. This handles the interrupt structure of Compex boards.
Revision 1.83 / (download) - annotate - [select for diffs], Thu Apr 1 11:02:20 1999 UTC (13 years, 1 month ago) by tsubai
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.82: +39 -2
lines
Diff to previous 1.82 (colored)
Fix big-endian support.
TULIP_BUSMODE_BIGENDIAN does bswap packet buffers also, so we should use
TULIP_BUSMODE_DESC_BIGENDIAN on big-endian machines. (PR 7027)
XXX 21040 doesn't have this bit, but supporting only 21041+ is better than
nothing.
Revision 1.82 / (download) - annotate - [select for diffs], Sun Feb 28 17:08:51 1999 UTC (13 years, 2 months ago) by explorer
Branch: MAIN
Changes since 1.81: +2 -2
lines
Diff to previous 1.81 (colored)
Update to slightly altered rnd_attach_source() api
Revision 1.81.2.1 / (download) - annotate - [select for diffs], Fri Dec 11 04:53:02 1998 UTC (13 years, 5 months ago) by kenh
Branch: kenh-if-detach
Changes since 1.81: +15 -1
lines
Diff to previous 1.81 (colored) next main 1.82 (colored)
The beginnings of interface detach support. Still some bugs, but mostly works for me. This work was originally by Bill Studenmund, and cleaned up by me.
Revision 1.81 / (download) - annotate - [select for diffs], Mon Nov 9 23:41:14 1998 UTC (13 years, 6 months ago) by matt
Branch: MAIN
CVS Tags: kenh-if-detach-base
Branch point for: kenh-if-detach
Changes since 1.80: +18 -16
lines
Diff to previous 1.80 (colored)
Cleanup media set on Alpha. ring txpoll after setting proper tx interrupt mask.
Revision 1.80 / (download) - annotate - [select for diffs], Fri Sep 25 18:06:53 1998 UTC (13 years, 8 months ago) by matt
Branch: MAIN
CVS Tags: chs-ubc-base,
chs-ubc
Changes since 1.79: +2 -2
lines
Diff to previous 1.79 (colored)
Fix transmit underflow messages. (\0128 != \0 128)
Revision 1.79 / (download) - annotate - [select for diffs], Tue Sep 22 04:23:18 1998 UTC (13 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.78: +5 -3
lines
Diff to previous 1.78 (colored)
Fix the accton support. Only set the board type it isn't an ISV.
Revision 1.78 / (download) - annotate - [select for diffs], Tue Sep 15 17:26:46 1998 UTC (13 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.77: +9 -5
lines
Diff to previous 1.77 (colored)
Fix a problem where txput could "lose" dmamaps if it couldn't actually place the packet into the ring for some reason.
Revision 1.77 / (download) - annotate - [select for diffs], Tue Sep 15 02:39:03 1998 UTC (13 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.76: +46 -23
lines
Diff to previous 1.76 (colored)
This commit fixes two bugs in the de driver. The first is that the descriptor count gets miscounted on txprobes. The second (and more important) is that transmit stalls should now be fixed. The problem was not due to lack of ring resources but dmamaps. When Jason changed the driver to use pre-allocated maps (instead of the dynamic ones I used), and when there were no more maps, the driver just gave up instead of calling tx_intr to free any transmitted but unreclaimed dma maps. Since there was nothing being transmitted, no transmit interrupts would fire to restore things (and OACTIVE prevented other transmits from happenning). So it stayed starved until another interrupt cause (like a received packet) "woke" it up.
Revision 1.76 / (download) - annotate - [select for diffs], Fri Aug 28 20:58:37 1998 UTC (13 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.75: +19 -19
lines
Diff to previous 1.75 (colored)
some fixes: -use of uninitialized variable in attach (mostly harmless) -removal of dead code in attach() -fix of interpretation of SIA blocks on >=21142 (serious, caused strange things with 10Mbit)
Revision 1.75 / (download) - annotate - [select for diffs], Mon Aug 24 14:09:15 1998 UTC (13 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.74: +5 -3
lines
Diff to previous 1.74 (colored)
Fix bug in transmit logic that would transmits to stop. Boolean dyslexia stricks again.
Revision 1.74 / (download) - annotate - [select for diffs], Tue Aug 18 18:23:07 1998 UTC (13 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.73: +3 -2
lines
Diff to previous 1.73 (colored)
Add some braces to make egcs happy.
Revision 1.73 / (download) - annotate - [select for diffs], Thu Aug 13 02:10:53 1998 UTC (13 years, 9 months ago) by eeh
Branch: MAIN
Changes since 1.72: +4 -4
lines
Diff to previous 1.72 (colored)
Merge paddr_t changes into the main branch.
Revision 1.72.2.1 / (download) - annotate - [select for diffs], Thu Jul 30 14:04:01 1998 UTC (13 years, 9 months ago) by eeh
Branch: eeh-paddr_t
Changes since 1.72: +4 -4
lines
Diff to previous 1.72 (colored) next main 1.73 (colored)
Split vm_offset_t and vm_size_t into paddr_t, psize_t, vaddr_t, and vsize_t.
Revision 1.72 / (download) - annotate - [select for diffs], Sun Jul 5 06:49:14 1998 UTC (13 years, 10 months ago) by jonathan
Branch: MAIN
CVS Tags: eeh-paddr_t-base
Branch point for: eeh-paddr_t
Changes since 1.71: +2 -1
lines
Diff to previous 1.71 (colored)
defopt NS, NSIP.
Revision 1.71 / (download) - annotate - [select for diffs], Sun Jul 5 00:51:23 1998 UTC (13 years, 10 months ago) by jonathan
Branch: MAIN
Changes since 1.70: +5 -1
lines
Diff to previous 1.70 (colored)
defopt INET, NETATALK.
Revision 1.70 / (download) - annotate - [select for diffs], Sun Jun 21 10:32:46 1998 UTC (13 years, 11 months ago) by matt
Branch: MAIN
Changes since 1.69: +3 -1
lines
Diff to previous 1.69 (colored)
Workaround problem with stalling output. Fix later after I've moved.
Revision 1.69 / (download) - annotate - [select for diffs], Mon Jun 8 06:55:55 1998 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.68: +1 -5
lines
Diff to previous 1.68 (colored)
Nuke __BROKEN_INDIRECT_CONFIG.
Revision 1.68 / (download) - annotate - [select for diffs], Mon May 25 22:20:24 1998 UTC (14 years ago) by mark
Branch: MAIN
Changes since 1.67: +1 -3
lines
Diff to previous 1.67 (colored)
Don't make the inclusion of machine/intr.h alpha specific as other ports require this as well.
Revision 1.67 / (download) - annotate - [select for diffs], Fri May 22 18:51:00 1998 UTC (14 years ago) by matt
Branch: MAIN
Changes since 1.66: +19 -7
lines
Diff to previous 1.66 (colored)
Change 21040 modes slightly. Prevent infinite autosense loop of 21143 that is not connected. Make TULIP_STS_LINFAIL only valid for chips with that status bit defined.
Revision 1.66 / (download) - annotate - [select for diffs], Thu Apr 2 13:49:32 1998 UTC (14 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.65: +10 -1
lines
Diff to previous 1.65 (colored)
Make sure to unload and recycle the DMA map for a bad received packet. This was (indirectly) the reason for machines `hanging' (actually, looping in tulip_rx_intr()) with de cards.
Revision 1.65 / (download) - annotate - [select for diffs], Sun Mar 29 22:36:43 1998 UTC (14 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.64: +2 -2
lines
Diff to previous 1.64 (colored)
Oops; make the table const.
Revision 1.64 / (download) - annotate - [select for diffs], Sun Mar 29 22:34:28 1998 UTC (14 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.63: +11 -5
lines
Diff to previous 1.63 (colored)
Use a 4-bit table to speed up the CRC even further, without increasing the code size too much.
Revision 1.63 / (download) - annotate - [select for diffs], Sun Mar 29 22:21:12 1998 UTC (14 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.62: +7 -5
lines
Diff to previous 1.62 (colored)
Optimize the address CRC routines a bit.
Revision 1.62 / (download) - annotate - [select for diffs], Wed Feb 11 01:28:22 1998 UTC (14 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.61: +13 -57
lines
Diff to previous 1.61 (colored)
Don't try to dynamically create and destroy DMA maps. Instead, keep it simple, and allocate one for each transmit and receive descriptor. In addition to being simpler and faster, this fixes a serious memory leak in the transmit path.
Revision 1.61 / (download) - annotate - [select for diffs], Sat Feb 7 20:40:35 1998 UTC (14 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.60: +27 -9
lines
Diff to previous 1.60 (colored)
Properly handle error conditions from bus_dmamap_load_mbuf().
Revision 1.60 / (download) - annotate - [select for diffs], Sat Feb 7 10:27:12 1998 UTC (14 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.59: +3 -3
lines
Diff to previous 1.59 (colored)
Use BUS_DMA_NOWAIT where appropriate. Don't create DMA maps with BUS_DMA_ALLOCNOW.
Revision 1.59 / (download) - annotate - [select for diffs], Fri Feb 6 20:57:12 1998 UTC (14 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.58: +411 -11
lines
Diff to previous 1.58 (colored)
A version of the de driver which does bus_dma. Note that it has not been tested on any other platform other than i386. Use of bus_dma(9) can be turned by defining TULIP_BUS_DMA_NOTX and TULIP_BUS_DMA_NORX. These allow one to determine if the problem is in the transmit or receive path. A problem reported by mycroft is also fixed.
Revision 1.58 / (download) - annotate - [select for diffs], Mon Jan 12 09:39:58 1998 UTC (14 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.57: +1 -5
lines
Diff to previous 1.57 (colored)
Update for config changes.
Revision 1.56.2.1 / (download) - annotate - [select for diffs], Mon Oct 27 02:13:25 1997 UTC (14 years, 7 months ago) by thorpej
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA
Changes since 1.56: +13 -9
lines
Diff to previous 1.56 (colored) next main 1.57 (colored)
Pull up from trunk: Print interrupt information like all of the other PCI drivers.
Revision 1.57 / (download) - annotate - [select for diffs], Mon Oct 27 02:10:07 1997 UTC (14 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.56: +13 -9
lines
Diff to previous 1.56 (colored)
Print interrupt information like all of the other PCI drivers.
Revision 1.56 / (download) - annotate - [select for diffs], Mon Oct 20 14:32:46 1997 UTC (14 years, 7 months ago) by matt
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.55: +9 -4
lines
Diff to previous 1.55 (colored)
21142 / 21143 chips always use ISVSROM format. (print out message is SROM checksum is invalid).
Revision 1.55 / (download) - annotate - [select for diffs], Thu Oct 16 22:02:27 1997 UTC (14 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.54: +94 -5
lines
Diff to previous 1.54 (colored)
Fix pr's port-i386/4127 kern/4190 kern/3700.
Revision 1.54 / (download) - annotate - [select for diffs], Thu Oct 16 13:12:56 1997 UTC (14 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.53: +6 -8
lines
Diff to previous 1.53 (colored)
Fix a thinko in last night fix. We must set the media if we have reset the chip but if we haven't the the media isn't changing, don't do anything.
Revision 1.53 / (download) - annotate - [select for diffs], Wed Oct 15 19:06:59 1997 UTC (14 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.52: +33 -13
lines
Diff to previous 1.52 (colored)
Fix media/console interaction problem on Alpha. Fix 21142/21143 problems with 10Mb/s links.
Revision 1.46.2.4 / (download) - annotate - [select for diffs], Tue Oct 14 10:24:20 1997 UTC (14 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.46.2.3: +38 -3
lines
Diff to previous 1.46.2.3 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)
Update marc-pcmcia branch from trunk.
Revision 1.52 / (download) - annotate - [select for diffs], Mon Oct 13 00:47:39 1997 UTC (14 years, 7 months ago) by explorer
Branch: MAIN
CVS Tags: marc-pcmcia-base
Changes since 1.51: +8 -3
lines
Diff to previous 1.51 (colored)
o Make usage of /dev/random dependant on pseudo-device rnd # /dev/random and in-kernel generator in config files. o Add declaration to all architectures. o Clean up copyright message in rnd.c, rnd.h, and rndpool.c to include that this code is derived in part from Ted Tyso's linux code.
Revision 1.51 / (download) - annotate - [select for diffs], Fri Oct 10 01:19:37 1997 UTC (14 years, 7 months ago) by explorer
Branch: MAIN
Changes since 1.50: +33 -3
lines
Diff to previous 1.50 (colored)
Add hooks to insert timing info into the random system
Revision 1.46.2.3 / (download) - annotate - [select for diffs], Mon Sep 29 07:20:55 1997 UTC (14 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.46.2.2: +15 -28
lines
Diff to previous 1.46.2.2 (colored) to branchpoint 1.46 (colored)
Update marc-pcmcia branch from trunk.
Revision 1.50 / (download) - annotate - [select for diffs], Wed Sep 24 22:46:29 1997 UTC (14 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.49: +15 -28
lines
Diff to previous 1.49 (colored)
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.
Revision 1.46.2.2 / (download) - annotate - [select for diffs], Tue Sep 16 03:50:37 1997 UTC (14 years, 8 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.46.2.1: +9 -7
lines
Diff to previous 1.46.2.1 (colored) to branchpoint 1.46 (colored)
Update marc-pcmcia branch from trunk.
Revision 1.49 / (download) - annotate - [select for diffs], Fri Sep 12 22:40:02 1997 UTC (14 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.48: +9 -7
lines
Diff to previous 1.48 (colored)
Add missing "break;" statements in the code that determines the media setup by the Alpha SRM console software. From Ross Harvey <ross@teraflop.com>.
Revision 1.46.2.1 / (download) - annotate - [select for diffs], Wed Aug 27 23:32:27 1997 UTC (14 years, 9 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.46: +472 -332
lines
Diff to previous 1.46 (colored)
Update marc-pcmcia branch from trunk.
Revision 1.48 / (download) - annotate - [select for diffs], Mon Aug 25 19:03:44 1997 UTC (14 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-signal-base,
thorpej-signal
Changes since 1.47: +4 -2
lines
Diff to previous 1.47 (colored)
- Add RCS tags that got lost. - Fix a couple of typos in PCI space configuration.
Revision 1.47 / (download) - annotate - [select for diffs], Mon Aug 25 18:56:46 1997 UTC (14 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.46: +471 -333
lines
Diff to previous 1.46 (colored)
Merge with 970703 snapshot of Matt Thomas's de driver.
Revision 1.1.1.12 / (download) - annotate - [select for diffs] (vendor branch), Mon Aug 25 18:37:50 1997 UTC (14 years, 9 months ago) by thorpej
Branch: thomas
CVS Tags: de-970703
Changes since 1.1.1.11: +473 -313
lines
Diff to previous 1.1.1.11 (colored)
Import the 970703 snapshot of Matt Thomas's "de" driver.
Revision 1.46 / (download) - annotate - [select for diffs], Sat Jul 19 09:49:39 1997 UTC (14 years, 10 months ago) by cgd
Branch: MAIN
CVS Tags: marc-pcmcia-bp
Branch point for: marc-pcmcia
Changes since 1.45: +3 -5
lines
Diff to previous 1.45 (colored)
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.
Revision 1.45 / (download) - annotate - [select for diffs], Mon Jun 9 00:34:18 1997 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: bouyer-scsipi
Changes since 1.44: +29 -7
lines
Diff to previous 1.44 (colored)
Fix a slight bogon in merge of this driver; make the device map all of its space, and pick the space used by default based on what is appropriate for the CPU we're running on.
Revision 1.44 / (download) - annotate - [select for diffs], Sun Jun 8 18:49:43 1997 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.43: +4 -4
lines
Diff to previous 1.43 (colored)
Correct a couple of typos so that this compiles with TULIP_DEBUG, per PR 3723, submitted by enami tsugutomo <enami@ba2.so-net.or.jp>.
Revision 1.43 / (download) - annotate - [select for diffs], Sun Jun 8 18:46:34 1997 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
Put back Matt Thomas's revision ID, per PR 3723, submitted by enami tsugutomo <enami@ba2.so-net.or.jp>.
Revision 1.42 / (download) - annotate - [select for diffs], Fri Jun 6 23:14:58 1997 UTC (14 years, 11 months ago) by mellon
Branch: MAIN
Changes since 1.41: +297 -149
lines
Diff to previous 1.41 (colored)
Clean up conflicts during merge (thomas de-970603)
Revision 1.1.1.11 / (download) - annotate - [select for diffs] (vendor branch), Fri Jun 6 22:38:07 1997 UTC (14 years, 11 months ago) by mellon
Branch: thomas
CVS Tags: thomas-de-970603
Changes since 1.1.1.10: +296 -131
lines
Diff to previous 1.1.1.10 (colored)
Matt Thomas's if_de driver, 1997/6/3 snapshot
Revision 1.41 / (download) - annotate - [select for diffs], Wed May 7 18:45:01 1997 UTC (15 years ago) by thorpej
Branch: MAIN
Changes since 1.40: +58 -10
lines
Diff to previous 1.40 (colored)
Merge 970327 "de" update.
Revision 1.1.1.10 / (download) - annotate - [select for diffs] (vendor branch), Wed May 7 18:41:34 1997 UTC (15 years ago) by thorpej
Branch: thomas
CVS Tags: de-970327
Changes since 1.1.1.9: +57 -9
lines
Diff to previous 1.1.1.9 (colored)
Update from Matt Thomas (oof, this has been on my todo list for a while!) This adds support for the Cogent 4-port cards.
Revision 1.40 / (download) - annotate - [select for diffs], Sun Apr 13 20:14:25 1997 UTC (15 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.39: +3 -3
lines
Diff to previous 1.39 (colored)
rename pci_map_register to pci_mapreg_map. The latter name is more descriptive, and allows for a sane name for a function which just digs the info out of the mapping register but doesn't do the mapping.
Revision 1.39 / (download) - annotate - [select for diffs], Sun Apr 13 19:56:14 1997 UTC (15 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.38: +31 -14
lines
Diff to previous 1.38 (colored)
use pci_map_register(). map both mem and I/O spaces, preferring mem space by default if it's usable, but falling back to I/O space if mem isn't usable. If TULIP_IOMAPPED is defined (default on the x86), prefer I/O space then fall back to mem.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Mar 26 01:33:32 1997 UTC (15 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.37: +159 -118
lines
Diff to previous 1.37 (colored)
Resolve conflicts from merge.
Revision 1.1.1.9 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 26 01:29:59 1997 UTC (15 years, 2 months ago) by thorpej
Branch: thomas
CVS Tags: de-970325
Changes since 1.1.1.8: +159 -118
lines
Diff to previous 1.1.1.8 (colored)
Update from Matt Thomas <matt@3am-software.com>. Fixes a couple of media-related bugs, and now properly groks Asante versions of Tulip cards.
Revision 1.37 / (download) - annotate - [select for diffs], Sun Mar 23 09:37:28 1997 UTC (15 years, 2 months ago) by veego
Branch: MAIN
Changes since 1.36: +16 -7
lines
Diff to previous 1.36 (colored)
Resolve conflicts from merge.
Revision 1.1.1.8 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 23 09:28:10 1997 UTC (15 years, 2 months ago) by veego
Branch: thomas
CVS Tags: de-970322
Changes since 1.1.1.7: +16 -7
lines
Diff to previous 1.1.1.7 (colored)
New DEC Tulip driver from Matt Thomas <matt@3am-software.com>. - Fix the mbuf leak while probing. - Stop probing after saying "autosense problem" if the interface is down.
Revision 1.36 / (download) - annotate - [select for diffs], Wed Mar 19 02:37:36 1997 UTC (15 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.35: +158 -124
lines
Diff to previous 1.35 (colored)
Resolve conflicts from merge.
Revision 1.1.1.7 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 19 02:31:13 1997 UTC (15 years, 2 months ago) by thorpej
Branch: thomas
CVS Tags: de-970318
Changes since 1.1.1.6: +156 -104
lines
Diff to previous 1.1.1.6 (colored)
Update from Matt Thomas. Fixes several media-selection and full-duplex related bugs. Also, fix a bug that was causing hangs and machine-checks on Alpha systems in some cases.
Revision 1.35 / (download) - annotate - [select for diffs], Mon Mar 17 03:44:49 1997 UTC (15 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.34: +389 -219
lines
Diff to previous 1.34 (colored)
Resolve conflicts from merge.
Revision 1.1.1.6 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 17 03:41:23 1997 UTC (15 years, 2 months ago) by thorpej
Branch: thomas
CVS Tags: de-970313a
Changes since 1.1.1.5: +411 -236
lines
Diff to previous 1.1.1.5 (colored)
New DEC Tulip driver from Matt Thomas <matt@3am-software.com>. Highligts: - Supports media selection via if_media - Support for Asante and better support for ZNYX boards - Support for 21143 chips (such as found on the DE500-BA) - Should be able to pick the BNC on the on-board 21040-based interface in DEC Multias. - Squish a bug here and there.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Mar 15 18:11:55 1997 UTC (15 years, 2 months ago) by is
Branch: MAIN
Changes since 1.33: +38 -20
lines
Diff to previous 1.33 (colored)
New ARP system, supports IPv4 over any hardware link. Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch.
Revision 1.32.4.3 / (download) - annotate - [select for diffs], Wed Mar 12 16:20:03 1997 UTC (15 years, 2 months ago) by is
Branch: is-newarp
Changes since 1.32.4.2: +16 -19
lines
Diff to previous 1.32.4.2 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
Merge in changes from The Trunk
Revision 1.32.4.2 / (download) - annotate - [select for diffs], Sun Mar 9 21:05:43 1997 UTC (15 years, 2 months ago) by is
Branch: is-newarp
Changes since 1.32.4.1: +5 -1
lines
Diff to previous 1.32.4.1 (colored) to branchpoint 1.32 (colored)
netinet/if_ether.h -> netinet/if_inarp.h
Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 6 22:32:20 1997 UTC (15 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: is-newarp-before-merge
Changes since 1.32: +16 -19
lines
Diff to previous 1.32 (colored)
Patch from Matt Thomas to deal with the fact that Pass 2.[012] of the 21140A-A[CDE] have a buggy receiver which may hand and/or corrupt data on receive overflows.
Revision 1.32.4.1 / (download) - annotate - [select for diffs], Thu Feb 27 17:14:06 1997 UTC (15 years, 3 months ago) by is
Branch: is-newarp
Changes since 1.32: +34 -20
lines
Diff to previous 1.32 (colored)
This is a maze of twisty little #ifdef's., all different. I hope I didn't break anything when converting it.
Revision 1.32 / (download) - annotate - [select for diffs], Mon Jan 13 00:15:29 1997 UTC (15 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-setroot,
mrg-vm-swap,
is-newarp-base
Branch point for: is-newarp
Changes since 1.31: +17 -8
lines
Diff to previous 1.31 (colored)
Fix a couple of minor nits so that this compiles on the alpha. Noticed by Matt Jacob (mjacob@feral.com).
Revision 1.31 / (download) - annotate - [select for diffs], Sat Jan 11 04:47:34 1997 UTC (15 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.30: +3688 -1794
lines
Diff to previous 1.30 (colored)
Merge into mainline, tidy up some debug code.
Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Sat Jan 11 04:30:05 1997 UTC (15 years, 4 months ago) by thorpej
Branch: thomas
CVS Tags: de-961217,
date-03-may-96
Changes since 1.1.1.4: +3804 -1845
lines
Diff to previous 1.1.1.4 (colored)
Update from Matt Thomas <matt@3am-software.com>. Supports more Tulip-based cards, including new SMC and Kingston cards.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Dec 5 01:25:23 1996 UTC (15 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.29: +5 -1
lines
Diff to previous 1.29 (colored)
update these so they compile whether or not __BROKEN_INDIRECT_CONFIG is defined.
Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 25 21:33:30 1996 UTC (15 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
update alpha_XXX_dmamap() invocations to match prototype.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Oct 23 04:37:34 1996 UTC (15 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
update drivers to use the new NetBSD/alpha DMA mapping hack, since the old one is not workable with the new bus.h.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Oct 21 22:56:32 1996 UTC (15 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.26: +37 -44
lines
Diff to previous 1.26 (colored)
New bus.h implementation/interface: - No more distinction between i/o-mapped and memory-mapped devices. It's all "bus space" now, and space tags differentiate the space with finer grain than the bus chipset tag. - Add memory barrier methods. - Implement space alloc/free methods. - Implement region read/write methods (like memcpy to/from bus space). This interface provides a better abstraction for dealing with machine-independent chipset drivers.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 13 01:38:19 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.25: +39 -39
lines
Diff to previous 1.25 (colored)
backout kprintf changes
Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 10 19:58:18 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.24: +39 -39
lines
Diff to previous 1.24 (colored)
printf -> kprintf, sprintf -> ksprintf
Revision 1.24 / (download) - annotate - [select for diffs], Mon Jul 15 16:40:40 1996 UTC (15 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.23: +3 -2
lines
Diff to previous 1.23 (colored)
before #defining the vtophys() hack for the alpha, #undef vtophys since it may be a macro.
Revision 1.22.4.1 / (download) - annotate - [select for diffs], Mon Jun 3 20:32:07 1996 UTC (15 years, 11 months ago) by cgd
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
pull up from trunk: >convert alpha vtophys() #defines to use __alpha_bus_XXX_dmamap(), to >get rid of the nasty (vtophys(va) | 0x40000000) expressions, and to make >the code more correct.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 3 20:30:21 1996 UTC (15 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored)
convert alpha vtophys() #defines to use __alpha_bus_XXX_dmamap(), to get rid of the nasty (vtophys(va) | 0x40000000) expressions, and to make the code more correct.
Revision 1.22 / (download) - annotate - [select for diffs], Mon May 13 00:03:09 1996 UTC (16 years ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Changes since 1.21: +2 -3
lines
Diff to previous 1.21 (colored)
Use intr.h.
Revision 1.21 / (download) - annotate - [select for diffs], Sat May 11 14:00:15 1996 UTC (16 years ago) by mycroft
Branch: MAIN
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
There was no need to change ac_ipaddr here.
Revision 1.20 / (download) - annotate - [select for diffs], Tue May 7 23:23:23 1996 UTC (16 years ago) by christos
Branch: MAIN
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
#ifdef FreeBSD out unit which is not used by NetBSD.
Revision 1.19 / (download) - annotate - [select for diffs], Tue May 7 02:17:18 1996 UTC (16 years ago) by thorpej
Branch: MAIN
Changes since 1.18: +53 -40
lines
Diff to previous 1.18 (colored)
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_reset)() to take a struct ifnet *, rather than a unit number.
Revision 1.18 / (download) - annotate - [select for diffs], Fri May 3 17:32:20 1996 UTC (16 years ago) by christos
Branch: MAIN
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored)
Remove unused printf arguments
Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 1 19:37:54 1996 UTC (16 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
fix inverted sense of tests in DE500 media select function. (Would auto-detect as 100Mbps if 10Mbps, 10Mbps if 100Mbps.)
Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 30 05:10:29 1996 UTC (16 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.15: +26 -17
lines
Diff to previous 1.15 (colored)
make sure that chipset tags are used properly (because the alpha cares), and include <machine/intr.h> on the alpha, for interrupt information. (i386 will probably switch to this eventually.)
Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 27 04:07:01 1996 UTC (16 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.14: +40 -20
lines
Diff to previous 1.14 (colored)
modify these to use the new PCI interfaces:
(1) use pci_{io,mem}_find(), to determine what I/O or memory
space is described by a given PCI configuration space
mapping register, and bus_{io,mem}_map() to map it.
(2) use pci_intr_map(), pci_intr_string(), and
pci_intr_{,dis}establish() to manipulate and print info about
PCI interrupts.
(5) make pci functions take as an argument a machine-dependent
cookie, to allow more flexibility in implementation.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 17 00:55:27 1996 UTC (16 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +10 -5
lines
Diff to previous 1.13 (colored)
New device attachment scheme: - split softc size and match/attach out from cfdriver into a new struct cfattach. - new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 14 03:04:17 1996 UTC (16 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
include pcireg before pcivar.h
Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 11 15:07:06 1996 UTC (16 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.11: +39 -23
lines
Diff to previous 1.11 (colored)
mostly convert to use interfaces provided by <machine/bus.h>. (For now,
assumes that pci_map_mem/pci_map_io provide interfaces which utilitize
bus_{io,mem}_handle_t's, or types which are compatible. This works on the
i386, and will change eventually anyway.)
Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 24 02:32:13 1995 UTC (16 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 23 06:22:46 1995 UTC (16 years, 5 months ago) by tls
Branch: MAIN
Changes since 1.9: +385 -200
lines
Diff to previous 1.9 (colored)
merge latest Thomas version with our minimal changes
Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 14 20:48:12 1995 UTC (16 years, 5 months ago) by tls
Branch: thomas
CVS Tags: de-951212
Changes since 1.1.1.3: +384 -201
lines
Diff to previous 1.1.1.3 (colored)
95/12/12 snapshot of Matt Thomas's 'de' driver
Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 19 04:58:44 1995 UTC (16 years, 9 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.8: +10 -5
lines
Diff to previous 1.8 (colored)
Fix oversights in previous change. Remove ugly casts and correct spelling.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 19 04:27:31 1995 UTC (16 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
use I/O ports on the i386
Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 17 18:04:58 1995 UTC (16 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.6: +237 -90
lines
Diff to previous 1.6 (colored)
clean up 7/26 de snapshot import
Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 17 17:07:00 1995 UTC (16 years, 9 months ago) by cgd
Branch: thomas
CVS Tags: thomas-de-950726
Changes since 1.1.1.2: +238 -91
lines
Diff to previous 1.1.1.2 (colored)
Matt Thomas's dc21040 'de' driver, July 26, '95 snapshot.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 24 03:54:14 1995 UTC (16 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.5: +499 -99
lines
Diff to previous 1.5 (colored)
merge updated version from Matt Thomas, which includes dc21041 support. There are a couple of questionable changes in here, that i'm going to hammer out of him in the next week or so...
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Sat Jul 22 19:30:35 1995 UTC (16 years, 10 months ago) by cgd
Branch: thomas
CVS Tags: thomas-de-950717
Changes since 1.1.1.1: +509 -106
lines
Diff to previous 1.1.1.1 (colored)
latest if_de, from Matt Thomas
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 28 03:26:36 1995 UTC (16 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (colored)
header file got renamed
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 6 23:31:24 1995 UTC (16 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (colored)
update from matt thomas
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 5 01:03:30 1995 UTC (16 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
set a shutdown hook
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 5 00:47:42 1995 UTC (16 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
kill old Id, add NetBSD Id
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jun 5 00:38:24 1995 UTC (16 years, 11 months ago) by cgd
Branch: thomas
CVS Tags: thomas-de-950523
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
dc21040 driver, from Matt Thomas
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 5 00:38:24 1995 UTC (16 years, 11 months ago) by cgd
Branch: MAIN
Initial revision