| #
111c077e |
| 22-Dec-2022 |
nat <nat@NetBSD.org> |
Driver for DaynaPORT SCSI/Link (dse.4).
Written by Hiroshi Noguchi, of which an updated version was posted to port-mac68k in 2001.
Attachments were added to kernel configs for platforms that alread
Driver for DaynaPORT SCSI/Link (dse.4).
Written by Hiroshi Noguchi, of which an updated version was posted to port-mac68k in 2001.
Attachments were added to kernel configs for platforms that already had the Cabletron (se.4) driver added, although other platorms may benefit.
Reviewed on tech-net by Izumi Tsutsui.
show more ...
|
| #
f59d0214 |
| 07-Aug-2022 |
simonb <simonb@NetBSD.org> |
Regen.
|
| #
996b0ff5 |
| 25-Jun-2022 |
tsutsui <tsutsui@NetBSD.org> |
Regen from GENERIC.in rev 1.123.
> Allocalte enough reserved ST-RAM to make the old Xserver work by default.
|
| #
57ca9549 |
| 12-Jun-2022 |
tsutsui <tsutsui@NetBSD.org> |
Regen from GENERIC.in rev 1.122.
> Specify -fno-unwind-tables to shrink binaries.
|
| #
fcd4e45f |
| 26-Jan-2021 |
rin <rin@NetBSD.org> |
Regen for previous commit to GENERIC.in.
|
| #
76c3a0bc |
| 10-Aug-2020 |
rin <rin@NetBSD.org> |
regen
|
| #
bd558eee |
| 13-Apr-2019 |
isaki <isaki@NetBSD.org> |
Regen. > Add drvctl to kernel which has audio device. > audiocfg(1) requires drvctl(4).
|
| #
049f5d82 |
| 31-Mar-2018 |
tsutsui <tsutsui@NetBSD.org> |
Regen to denote GENERIC.in rev 1.115 in "Created from:" lines.
|
| #
441447e3 |
| 20-Jan-2018 |
tsutsui <tsutsui@NetBSD.org> |
Regenerate config files to update RCSIds in "Created from:" lines.
|
| #
95772a88 |
| 14-Sep-2017 |
mrg <mrg@NetBSD.org> |
clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancie
clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options.
removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list.
show more ...
|
| #
2c3ae0c2 |
| 24-Nov-2014 |
tsutsui <tsutsui@NetBSD.org> |
Regen config files from GENERIC.in rev 1.109 by makeconf:
> Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports. > > This allows all (at least ATARITT and FALCON, which have
Regen config files from GENERIC.in rev 1.109 by makeconf:
> Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports. > > This allows all (at least ATARITT and FALCON, which have certain users) > gzipped kernel binaries put into 1440KB 2HD floppy so that users can > load these kernels on the native TOS using LOADBSD.TTP utility for > installation. Note SMALL030 kernel doesn't include any Ethernet > configuration and requires CD-ROM or other removable disks. > > Should be pulled up to netbsd-7.
show more ...
|
| #
4acb6306 |
| 23-Aug-2014 |
dholland <dholland@NetBSD.org> |
Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get
Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get cleaned up too, but for the time being I've not added or removed anything.
show more ...
|
| #
30a03689 |
| 16-Aug-2014 |
apb <apb@NetBSD.org> |
Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
| #
705867df |
| 05-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Regen from GENERIC.in rev 1.106:
> Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL. > > Also remove COPTS="-Os" from std.* files and specify it in > GENERIC.in template for SM
Regen from GENERIC.in rev 1.106:
> Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL. > > Also remove COPTS="-Os" from std.* files and specify it in > GENERIC.in template for SMALL030_KERNEL.
show more ...
|
| #
666e9191 |
| 30-Jun-2013 |
rmind <rmind@NetBSD.org> |
G/C PFIL_HOOKS from the kernel configs.
|
| #
dc14ae83 |
| 27-Apr-2013 |
christos <christos@NetBSD.org> |
remove confusing numeric locators where they are unused.
|
| #
f3929b10 |
| 17-Oct-2012 |
apb <apb@NetBSD.org> |
Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
| #
99c3eea8 |
| 10-Mar-2012 |
joerg <joerg@NetBSD.org> |
P1003_1B_SEMAPHORE is no longer optional.
|
| #
7bbf82b7 |
| 18-Dec-2011 |
dholland <dholland@NetBSD.org> |
WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| #
a22a3917 |
| 22-Nov-2011 |
tls <tls@NetBSD.org> |
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be.
This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out.
show more ...
|
| #
6935bb98 |
| 12-Dec-2010 |
tsutsui <tsutsui@NetBSD.org> |
Regen from GENERIC.in rev 1.92: > Rename device name of Crazy Dots II ET4000 video from et(4) to et4k(4)
|
| #
f9d9b76c |
| 23-Nov-2010 |
hannken <hannken@NetBSD.org> |
Regen.
|
| #
cd1a4ca6 |
| 08-May-2010 |
mrg <mrg@NetBSD.org> |
regenerate these configurations from GENERIC.in.
|
| #
1542e433 |
| 08-May-2010 |
tsutsui <tsutsui@NetBSD.org> |
Regen from GENERIC.in rev 1.89: > - don't enable TMPFS for SMALL030 > - remove dup PTYFS
|
| #
d178bb14 |
| 29-Apr-2010 |
chs <chs@NetBSD.org> |
regen
|