https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198062
John Baldwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #20 from John Baldwin <[email protected]> --- (In reply to Joseph King from comment #19) Hmm, in my checkout of the git tree, I have a 'sys/dev/aic7xxx/aic7xxx_reg_print.c' file. There should be one in your checkout as well that make should be finding. FreeBSD 10 does use a different make than FreeBSD 9. You probably do not need the ahc driver (it's for old pre-SAS pre-PCI-e SCSI HBAs), so one option is to just remove 'ahc' from sys/modules/Makefile in your checkout. I've also added two other folks on the PR who work on our build system who might be able to diagnose why 9.3 can't build a stable/10 kernel (it's supposed to work fine). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
